Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 617 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 617 Bytes

Javascript Scaffold for Code Retreat

Option 1: use docker wrapper scripts

See scripts/ folder.

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 8
nvm use 8

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