/restaurant-reviews

JS W2 Wed Restaurant Reviews Angular2

Primary LanguageTypeScript

Angular2 App Template

Template for web applications made with Angular.js

Installation

First clone the repository.

$ git clone https://github.com/noahramey/angular2-template.git

Remove the git remote url from the local repository.

$ git remote remove origin

Install required packages via npm and bower:

$ npm install
$ bower install

Also install any globally required packages via npm (if applicable):

$ npm install gulp -g
$ npm install bower -g
$ gem install sass
$ npm install typescript -g
$ apm install atom-typescript

Run the gulp build task in the terminal in the repository folder:

$ gulp build

Run the gulp serve task in the terminal in the repository folder:

$ gulp serve

Your browser should open the webpage automatically. If it doesn't, open your browser and go to localhost:3000.

License

MIT License. Copyright © 2016 "Noah Ramey"