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

objectpartners/angular2-timesheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timesheetz In Angular 2

build status

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