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

A simple tutorial web app is built on Nodejs + AngularJs

Notifications You must be signed in to change notification settings

kuanhn/learn-newell-tutorial-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple tutorial web app is built on Nodejs + AngularJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published