gneutzling / frontstarter

A simple and lightweight kit to structure your web apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front Starter

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.

Dependencies

How to use it?

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

Configured tasks

  • 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.

Contributing

If you want to contribute, please feel free to do this. 🍻

License

Released under the MIT license.

About

A simple and lightweight kit to structure your web apps.

License:MIT License


Languages

Language:JavaScript 81.1%Language:CSS 18.9%