- babeljs.io/repl
npm i -g create-react-app
- Open extensions (CTRL+SHIFT+X)
- install Simple React Snippets
- install Prettier
- install Live Server (auto refresh page)
- Go to setting and enable Format on Save
- React Developer Tools
- npx create-react-app react-app
- cd react-app
- npm start (it will open a browser with react initial page)
- install bootstrap (npm i bootstrap)
- ERROR: Error: ENOSPC: System limit for number of file watchers reached
- SOLUTION: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- DETAILS: https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details