A basic structure for websites and projects. Uses Sass and Pug (previously Jade). Includes some useful Sass mixins, a SMACSS structure & jQuery, etc.
- NodeJS
- NPM
- Download the code and unzip it or clone it
- Open a cmd prompt at the root
- Run
npm installandnpm install gulp -gto install gulp globally - Your app must be all set
You can launch a builtin server by launching gulp
The website is available at http://localhost:2017 and the UI is available at http://localhost:2016
All files of the project are in src/ folder:
assets/contains all the assets that the project needed: stylesheets, scripts, images and fontsviews/contains every interface files