Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 773 Bytes

Learn Newell - A Web app for learning tutorial

This project is an application base on AngularJS + Express - Nodejs platform

How to run

Install Dependencies

npm install

Behind the scenes this will also call bower install. You should find 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

*Note that the bower_components folder would normally be installed in the root folder but

Run the Application

This project use nodemon as monitor when deploying server, run server by:

nodemon server.js

Now browse to the app at http://localhost:8080/index.html.