- In your
existing project
- initialize
npm
into your repo - install
react
andreact-dom
remove CDN links
ofreact
install parcel
ignite your app
withparcel
add scripts
for“start”
and“build”
withparcel commands
- add
.gitignore
file - add
browserlists
- build a production version of your code using
parcel build
- initialize