0.0.6 • Published 10 years ago
nucleus-app v0.0.6
TM Nucleus

Getting Started
In your terminal, enter the following:
$ cd nucleus-app
$ npm install
$ npm startWe then need to compile our files, so in another terminal enter:
$ npm run prodYou can now view the app at http://localhost:3000
Development Work
Same as above, except in the second terminal you will now enter:
$ npm run devThis will automatically open up a new browser tab and point at the Express app. It will also monitor source files for any changes and compile them as needed. The browser will refresh automatically for changes.
Linting
To lint SASS files, run the following command in the terminal:
$ npm run lintDistribution files
To update Nucleus's distribution files (minified css, images, fonts), run the following command:
$ npm run dist