A starter built on ParcelJS, a zero-config bundler.
- Make sure you have the correct node version. For this project, use 12.16.3, which is the latest LTS version.
- In the project:
npm i
to download dependenciesnpm run dev
to run the devserver
All the working code is in the src
directory. In order to be bundled, everything being used should connect, through some degree, to index.html
.