0.0.6 • Published 9 years ago

nucleus-app v0.0.6

Weekly downloads
34
License
-
Repository
-
Last release
9 years ago

TM Nucleus

alt tag

Getting Started

In your terminal, enter the following:

$ cd nucleus-app
$ npm install
$ npm start

We then need to compile our files, so in another terminal enter:

$ npm run prod

You 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 dev

This 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 lint

Distribution files

To update Nucleus's distribution files (minified css, images, fonts), run the following command:

$ npm run dist
0.0.6

9 years ago

0.0.5

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago