Super Fresh is single-page application (SPA) that showcases a green grocery store and its fresh products. It is Built to demonstrate various feature with React.
This application is the front-end part of the app, which makes API calls to a separate back-end component residing in its own repository Here . This design completely separates the front-end from the back-end, making it suitable for large company-sized teams.
Also provides a prettier and ESLint configuration to help you adhere to best coding practices. Be sure to add these extensions to your IDE for optimal results.
- Install the project dependencies
npm install
- Run the app
npm start
- Go to http://localhost:3000
Run a few unit test with Jest npm test
or see the tests coverage with npm test -- --coverage