Install the dependencies...
npm install
...then start Parcel:
npm run dev
The app will open in your default browser
To create an optimised version of the app:
npm run build
This builds your app into the dist
folder
Install the dependencies...
npm install
...then start Parcel:
npm run dev
The app will open in your default browser
To create an optimised version of the app:
npm run build
This builds your app into the dist
folder