Create an app about HTML/CSS/JS with ParcelJS V2 (Web application bundle)
Author: Cu Nguyen <[email protected]>
Deploy to Netlify: https://parceljs-v2-base-app.netlify.app/
Step by step to run this app in your local
At your directory root, run:
npm/yarn install
npm/yarn start
Open on web: http://localhost:1234 (this is by default, you can custom it)
npm/yarn run build
You can update the source structures to follow your patterns.
Note: Live-reload is supported