Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.61 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.61 KB

wild-royale-front

Wild Code School final checkpoint quest - front end repo

Follow the instructions below.

Getting started

git clone repo
cd repo
npm install
npm start

Scripts:

  • 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 can eject at any time. This command will remove the single build dependency from your project.
    • npm run eject

We use in this project

  • 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

Documentation

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.