Skip to content

kmaida/ng-comp-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-comp-life

This repo contains the Node back end (server). The Angular front end is located at ng-comp-life-client.

Setup

Clone the necessary repos (this repo, which contains the server, and the client repo which contains the Angular application):

git clone https://github.com/kmaida/ng-comp-life.git
cd ng-comp-life
npm install
git clone https://github.com/kmaida/ng-comp-life-client.git client
cd client
npm install

Serve

# ng-comp-life (root folder containing both server and client folders)
npm run start

Server runs on http://localhost:3005 and Angular app runs on http://localhost:4200.

License

MIT © Kim Maida 2018

About

Node server and API for Comp Life demo (Angular front end at https://github.com/kmaida/ng-comp-life-client)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published