/react-example-front

React example frontend with enzyme, styled comps prop types and a puppeteer test

Primary LanguageJavaScript

React Create App with Tests

This project was bootstrapped with Create React App.

The original readme is in here

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Will run the enzyme tests

Read more on enzyme testing harness here

npm run test:user

Will run the puppeteer tests

Read more on puppeteer testing harness here

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.