- Copy the
package.json
file to your folder app root. - Copy the
.gitignore
file to your folder app root. - In terminal, navigate to your folder app root and run
npm install
.
- In terminal, navigate to your folder app root and run
npm start
.
- In terminal, navigate to your folder app root and run
npm test
.