Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 819 Bytes

File metadata and controls

22 lines (18 loc) · 819 Bytes

Namaste React Course by Akshay Saini

Chapter 02 - Igniting our App

Coding Assignment:

  • 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 scripts for “start” and “build” with parcel commands
    • add .gitignore file
    • add browserlists
    • build a production version of your code using parcel build

References: