Skip to content

veggie2u/angular2-timesheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

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

Timesheet Implementation in Angular 2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 70.1%
  • JavaScript 17.1%
  • HTML 10.5%
  • CSS 2.3%