An example Elm application built with Parcel.
To run the example application first install the dependencies.
npm install
Then just run the following command and parcel
will serve the application.
npx parcel src/index.html
When you want to build the optimized production files you just run the following command.
npx parcel build src/index.html
Afterwards the compiled production assets will be located in the dist
folder.