Project about a course administrator, based on the Cory House's course: Building Applications with React and Redux
The project was creted with the Create React App tool, but it was ejected to make custom configurations.
List of the available scripts in the project:
Run the web application in development mode and run an fake server with json-server to handle data and make tests.
Run the web application in development mode with hot reloading.
run an fake server with json-server to handle data and make tests.
Creates the db.json file with a default data to start the development.
It is executed before the start:api script automaticaly.
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!
Launches the test runner in the interactive watch mode.
Launches the eslint tool to check if the coding style rules configured are followed.
Launches the lint script to check the coding style rules before of run the tests.