Skip to content

laboon-org/playelu.io

Repository files navigation

Getting Started

IDE (Integrated Development Editor)

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

Prerequisites

node v8.1.2
npm v14
yarn 1.22.10
yarn install

This project was bootstrapped with Create React App.

yarn 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.

yarn build

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.

eslint "src/components/**" --fix

Fixing Source Code Style

yarn lint

CSSS Lint

npx stylelint "**/*.scss" --fix

Libs Management

yarn upgrade-interactive --latest