misis-books-angular
v0.0.2
Published
An example of Angular
Downloads
1
Maintainers
Readme
MISIS Books Angular
An application based on Nodejs + Angular + Angular Material + Express + Jade + Sass and MISIS Books API.
Development environment setup
- Prerequisites
- Nodejs
- Node Package Manager (NPM)
- Git (Git-scm)
- Ruby (Sass runtime environment)
- Dependencies
- Grunt (task automation)
- Bower (Web package management)
- Sass (css tool)
- [Optional] PhantomJS (Full web stack on server) (Uses for search crawlers)
npm install bower -g
npm install grunt-cli -g
gem install sass
[optional] npm install phantomjs -g
- Installation
- Cloning repo
$ git clone https://github.com/IPRIT/misis-books-angular.git
- Install required node modules
npm install
- Bower modules installation:
bower install
- Running Grunt
grunt
[Optional] 5. Running PhantomJS Server
npm run-script seo
- Running application To start the web server, run:
npm start
or
node app.js
To access the local server, enter the following URL into your web browser:
http://localhost:3000/