Skip to content

campwhitney/angular2-timesheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Timesheetz In Angular 2

Prerequisites

Node 6.x.x (node -v)
npm 3.x.x (npm -v)

Install and Run

API

cd api
npm install
npm start

Client

cd ng-client
npm install
npm start

FAQ/Troubleshooting

I'm on a different version of Node. Or, I don't want to fully commit to Node 6 on this machine.

Use nvm on Mac for Node versioning.

Use nvm-windows on Windows for Node versioning

NOTE: Usage of these packages allow for easy transitioning between node versions, but they do 'takeover' your npm directory, so you may need to redo any globally installed packages that you've installed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published