Skip to content

Latest commit

 

History

History

02-Igniting our App

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Namaste React Course by Akshay Saini

Episode 02 - Igniting Our App

Coding :

In your existing project

  • initialize npm into your repo
  • install react and react-dom`
  • remove CDN links of react
  • install parcel
  • ignite your app with parcel
  • add script for "start" and "build" with parcel commands
  • add .gitignore file
  • add browserlists
  • build a production version of your code using parcel build