Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.09 KB

File metadata and controls

35 lines (22 loc) · 1.09 KB

Build Status

Prerequisites

To successfully run our project, you must have:

Click the links to install them if you do not.

Cloning

To clone web-starter-cli, simply paste the following statement in your terminal: git clone https://github.com/CrazyCreje/web-starter-cli.git Navigate to the new directory: cd web-starter-cli

Installing Dependencies

To install dependencies for web-starter-cli, run npm install.

Testing

To test web-starter-cli, run npm test.

Running Project

To use web-starter-cli, run npm start. To use your newly created project, run cd ~/web-starter-projects/INSERT_PROJECT_NAME_HERE && npm run server. Then, open up another terminal in the same diretory and run npm start