dayanlemos / catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Products Catalogue

Install Dependencies

We have preconfigured npm to automatically run bower so we can simply do:

npm install

Behind the scenes this will also call bower install. After that, you should find out that you have two new folders in your project.

  • node_modules - contains the npm packages for the tools we need
  • app/bower_components - contains the Angular framework files

Run the Application

We have preconfigured the project with a simple development web server. The simplest way to start this server is:

npm start

Now browse to the app at [localhost:8000]

About


Languages

Language:JavaScript 69.8%Language:HTML 28.5%Language:CSS 1.7%