Skip to content

Example of starter application created by React Shaper

Notifications You must be signed in to change notification settings

code-shaper/react-shaper-demo

Repository files navigation

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

About

Example of starter application created by React Shaper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published