This project was bootstrapped with React Shaper.
Execute the following commands to run the app.
# In the root directory, install dependencies
npm install
# Run the app
npm start
Now point your browser to http://localhost:3000.
npm run storybook
npm run test # run tests with code coverage
npm run test:watch # run tests in interactive mode
React Accelerate comes ready with Cypress to run end-to-end tests. Execute Cypress using the following commands:
npm start # starts a local server hosting your react app
# run cypress in a different shell
npm run cypress