Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 211 Bytes

File metadata and controls

17 lines (9 loc) · 211 Bytes

Bolierplate node module

Install node and NPM.

apt-get install nodejs npm

Install the dependencies

npm install

Verify the project compiles and tests

grunt

Start the server

grunt start