• 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
-
Notifications
You must be signed in to change notification settings - Fork 0
vazkarvishal/learning-react
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
learning how to code in react
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published