This project is meant to serve as a starting point for React applications.
First you'll need npm installed. You can get NPM here.
Then run the following command to install dependencies
npm install
Once this has finished, you should be able to get started by running
npm run dev
First bump the version
npm version [major|minor|patch]
Then run
npm publish
npm run test
npm run test -- --coverage
npm run test -- --watch