To successfully run our project, you must have:
- A Unix based system
- git
- npm
- python3/pip3
- python venv
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
To install dependencies for web-starter-cli, run npm install.
To test web-starter-cli, run npm test.
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