You'll need the following software installed to get started.
- Node.js: Use the installer for your OS.
- Git: Use the installer for your OS.
- Windows users can also try Git for Windows.
Install the dependencies. If you're running Mac OS or Linux, you may need to run sudo npm install
instead, depending on how your machine is configured.
npm install
bower install
While you're working on your project, run:
npm start
This will compile the Sass and assemble your Node.js app. Now go to http://localhost:3000/
in your browser to see it in action.
To run the compiling process once, without watching any files, use the build
command.
npm start build