This project was bootstrapped with Create React App and uses its own JSON Server on Heroku.
This app has been deployed to Heroku and it can be viewed at: https://vince-company.herokuapp.com/
The directory structure follows a similar style to React Boilerplate's directory structure.
Redux Starter Kit was used to simplify the Redux setup process.
React Hooks and Redux Hooks were used to simplify the Redux binding code and promote the use of functional components over class components.
Git clone this repository and run the following command.
This project's packages were added with yarn and there is a yarn.lock
file.
In the project directory, you can run the following scripts.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Generates a test coverage report in the coverage
folder.
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.
Runs ESLint on all Javascript files in the src
folder.
Runs ESLint automatic fixer on all Javascript files in the src
folder.
Runs stylelint on all files in the src
folder.
Runs stylelint automatic fixer on all files in the src
folder.