Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 552 Bytes

File metadata and controls

37 lines (24 loc) · 552 Bytes

Javascript Scaffold for Code Retreat

Install NodeJS

There are several options. The recommended would be NVM.

Their website provides instructions to install nvm.

Then fix your node version to a sensible one:

nvm install 6
nvm use 6

Install the dependencies

npm install

Run the tests

npm run tests

Run the app

npm start

Hierarchy of directories

  • src: source code
  • tests: the tests