You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can access the demo [here](https://cssninjastudio.github.io/fresh/).
6
+
## ✌️ preview
7
7
8
-
## Details
8
+
Check out the live demo by clicking [here](https://cssninjastudio.github.io/fresh/).
9
+
Fresh is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
9
10
10
-
Fresh is developed with the [Bulma css framework](https://bulma.io)
11
+
## 👍 Features
11
12
12
-
**Version 4.0.0**
13
+
* Gulp 4 and nodejs 12.13.0 (minimum)
14
+
* Bulma 0.9.1
15
+
* ES6 support
16
+
* Alpine JS
13
17
14
-
## Usage
15
-
Fresh is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.9.1**. jQuery support has been dropped and replaced with [Alpine JS](https://github.com/alpinejs/alpine) and [Spruce JS](https://github.com/ryangjchandler/spruce).
16
-
17
-
* Clone or download the repo
18
-
* Run `npm install`
19
-
* Run `npm run dev`
20
-
21
-
## Changelog
22
-
23
-
**Fresh 4.0**
24
-
* Upgraded to gulp 4 and nodejs 12.13.0
25
-
* Upgraded Bulma to 0.9.1
26
-
* Added ES6 support
27
-
* Removed jQuery support and related dependencies
28
-
* Improved CSS build process
29
-
* Integrated Alpine JS
30
-
* Integrated Spruce JS
31
-
32
-
**Fresh 3.0**
33
-
* Upgraded to gulp 4 and nodejs 10.15.3
34
-
* Upgraded Bulma to 0.8.0
35
-
* Cleaned code and redesigned some of the features
36
-
37
-
**Fresh 2.1**
38
-
* Improved page responsiveness particularly on tablet for both orientations, and mobile
39
-
* Fixed small layout issues
40
-
* Added a modal login form
41
-
42
-
**Fresh 2.0**
43
-
* Everything is now handled by gulp and npm
44
-
* Bulma version upgraded to 0.7
45
-
* Bulma source sass is editable (note that the `@widescreen` variable has been set to false)
46
-
* Panel slider library has been removed. Sidebar completely rewritten without any plugin.
47
-
* Removed unused classes and refactored scss
48
-
* Added more scss partials for better code maintainability
49
-
* Introduced Panini templating engine. Learn more about Panini here: https://github.com/zurb/panini
50
-
* Fully automated build and watch process, integration with browser sync
51
-
* Navbar rework since deprecation of `.nav` element in favor of `.navbar`.
52
-
* Optimized responsive display for mobile and tablets.
53
-
54
-
## Issues
18
+
## 🍔 Issues
55
19
56
20
If you've found an issue or a bug, you can report it in the issues section of this repository. Please try to follow these simple guidelines to report your issue:
57
21
@@ -61,52 +25,12 @@ If you've found an issue or a bug, you can report it in the issues section of th
61
25
* steps to reproduce
62
26
* Already tried fixes (if relevant)
63
27
64
-
## More
28
+
## 🎉 More
65
29
66
-
You liked Fresh? Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
30
+
You liked Fresh? Check also our other premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
67
31
68
-
Check also our premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
32
+
Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
69
33
70
-
## About Us
34
+
## 🚀 About Us
71
35
72
36
Css Ninja is a web design studio. We build handcrafted and polished templates that will give some hype to your startup or to your next project.
73
-
74
-
### Note
75
-
76
-
Changes should be commited to `src/` files only.
77
-
78
-
### How to use
79
-
80
-
The template is built with Sass and Gulp build system with these features:
81
-
82
-
- Handlebars HTML templates with Panini– Panini is a super simple flat file generator for use with Gulp. It compiles a series of HTML pages using a common layout. These pages can also include HTML partials, external Handlebars helpers, or external data as JSON.
83
-
- Sass compilation, prefixing with Autoprefixer, and JavaScript concatenation
84
-
- Built-in BrowserSync server - Will automatically reload your page when files are changed. It also live-injects CSS changes when you save a Sass file. This task runs continuously. Defaults to localhost.
85
-
- For production builds - CSS compression, JavaScript compression, Image compression and more..
86
-
87
-
88
-
### Requirements
89
-
90
-
To use this template, your computer needs:
91
-
92
-
- Node.js is used to run the build processes. https://nodejs.org/en/download/
93
-
- Test: run ` node -v ` in the terminal
94
-
- Npm (Node comes with npm installed so you should have a version of npm.) Used to manage development dependencies.
95
-
- Test: run ` npm -v` in the terminal
96
-
- Gulp – task runner
97
-
`npm install -g gulp`
98
-
- Test: run `gulp -v ` in the terminal
99
-
100
-
### Installing:
101
-
102
-
- Install all node packages: `npm install`
103
-
- Run `npm run dev`
104
-
- Your site is now viewable at this URL: http://localhost:3000
0 commit comments