- Copy the
package.jsonfile to your folder app root. - Copy the
.gitignorefile 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.