This is a seed project for my preferred web stack. It uses:
- AngularJS
- Angular UI Router.
- Bootstrap with LESS for styling.
- Jade for layouts.
- Browserify for JavaScript bundling and minification.
These instructions assume you already have Node.js, NPM, and Bower installed and updated to the latest stable versions.
- Clone the repository:
git clone [email protected]:Muses/Web.git Muses-Web
- Change to the repository directory:
cd Muses-Web
- Install Node.js dependencies with NPM:
npm install
- Install Bower dependencies:
bower install
- Start the demo:
./bin/web
- Use a browser to access: http://localhost:3000/