The Node.js ExpressJS Bootstrap demonstrates a simple, reusable Node.js web application based on the Express framework.
- Install Node.js
- [Install bower][]
- cd into the app directory
- Run
bower install
to install the app's dependencies - Run
npm install
to install the app's dependencies - Run
npm start
to start the app - Access the running app in a browser at http://localhost:6001