Backend of Lunch Ordering System Template

Requirements

You'll need the following software installed to get started.

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