Visual Studio Code
Extensions:
- 1. Typescript React code snippets
- 2. React Extension Pack
- 3. TypeScript Importer
- 4. Prettier - Code formatter
- 5. Reactjs code snippets
- 6. Auto Close Tag
- 7. Auto import
- 8. Auto rename Tag
- 9. Prettier ESLint
- 10. GitLens
- 11. SonarLint
- 12. Sort lines
- 13. Visual Studio IntelliCode
- 14. indent-rainbow
- 15. TODO HighLight
- 16. TODO Tree
- 17. Short Line
- 18. Rainbow Brackets
node v8.1.2
npm v14
yarn 1.22.10
yarn install
This project was bootstrapped with Create React App.
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.
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.
Fixing Source Code Style
yarn lint
npx stylelint "**/*.scss" --fix
yarn upgrade-interactive --latest