Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 763 Bytes

File metadata and controls

29 lines (17 loc) · 763 Bytes

This project was bootstrapped with Create React App.

This project demo can find here

Available Scripts

In the project directory, you can run:

npm install

Before you use any command below, run this command first Help install all the packages that this project needed!

npm start

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.

npm run lint

Help check the format of your code in js file Follow the Airbnb rule

npm run fix

Help fix the error that lint checked out.