Wild Code School final checkpoint quest - front end repo
Follow the instructions below.
git clone repo
cd repo
npm install
npm start
- Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
npm start
- Builds the app for production to the
build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.npm run build
- Note: this is a one-way operation. Once you
eject
, you can’t go back! If you aren’t satisfied with the build tool and configuration choices, you caneject
at any time. This command will remove the single build dependency from your project.npm run eject
- materialui
- Framework CSS
- redux
- State manager
- axios
- Promise based HTTP client for the browser and node.js
- react-router-dom
- DOM bindings for React Router
- prop-types
- Runtime type checking for React props and similar objects
- yup
- JavaScript schema builder for value parsing and validation
This app has been created with Create React App. You can learn more in the Create React App documentation.
To learn React, check out the React documentation.