• Live-server - barebones node webserver with HMR
○ e.g. live-server public (where public is the folder name)
• Bablejs.io - a JavaScript compiler
• Yarn init - initialise project
• babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch
○ Tells babel what to compile and the output folder
○ Tells babel which presets to use while compiling the code
○ Watch watches the src folder app.js file
• VS Code Extensions:
○ Path Intellisense
○ Babel ES6/ES7
vazkarvishal/learning-react
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|