You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# create new project
$ npx degit trkhanh/parcel-reactjs-boilerplate example-1
$ cd example-1
# install required packages
$ npm i
# run the app
$ npm start
# build the app
$ npm run build