npm start
It is going to run Parcel serve
, so you will have HMR and a local server running.
npm run build
It is going to run Parcel build
with some extra (minimal) configs. The built project will be inside /dist
folder.
This project uses Gitmoji for commits.