This project was bootstrapped with Create React App.
Run in development
mode at localhost:3000
.
Run in production
mode at localhost:3000
. This is the simulated production version.
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.
-
Editor: VSCode
-
VSCode plugin:
- ESLint
- TSLint
- Prettier
-
VSCode setting
.vscode/setting.json
:{ "editor.bracketPairColorization.enabled": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, }