This is not a front end framework!
Front Start is a simple and lightweight kit to structure your web apps and run some essential tasks.
Clone this repository:
git clone https://github.com/gneutzling/frontstarter
Make sure you are in root folder and install the dependecies:
sudo npm install
Now you just need to run Grunt:
grunt
- grunt [default]
- Watch for changes in SASS and JS files.
- Generates a CSS from SCSS files.
- Concatenates JS files.
- Debug functions are active.
- grunt dist
- Minifies HTML files.
- Generates a CSS file minified.
- Concatenates and minifies JS files.
- grunt build
- Run dist tasks.
- Creates a zip with final files.
- grunt deploy
- Run dist tasks.
- Sends files to server.
If you want to contribute, please feel free to do this. 🍻
Released under the MIT license.