## install the node_modules
npm install
## build the app files (once)
npm run build
## start the local webserver
npm start
## if you modify the app source files and
## want the files to auto build (optional)
npm run watch
- Install Cypress
- Add the
cypress-example-piechopper
folder as a project in Cypress. - Click
app_spec.js
orRun All Tests
in the Cypress runner. - Read how to setup Continous Integration in CircleCI.