Skip to content

vazkarvishal/learning-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

• 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

About

learning how to code in react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published