Skip to content

App with checkpoints to demo simple angular front end with node backend

Notifications You must be signed in to change notification settings

steves-js/angular-node-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Node Demo

A small app with a node.js/Express rest API to add and display items in a list. Used to demo the setup of a MEAN app that can be scaled out or used to understand output made by generators.

Instructions to run

 npm install
 npm start

Running Tests

Tests run using jasmine. To add a test file, add a file ending in .spec.js and npm test will automatically pick up the test to run.

To run:

  npm test

About

App with checkpoints to demo simple angular front end with node backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published