Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 820 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 820 Bytes

React Shaper Demo

This project was bootstrapped with React Shaper.

Screen Shot

Running the App

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.

Running Storybook

npm run storybook

Running Unit Tests

npm run test # run tests with code coverage
npm run test:watch # run tests in interactive mode

Running End-to-End Tests

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