'Parda' is a react frontend boilerplate based in Parcel. Really young, only tested in a couple exercises.
Until now, i've been using webpack but it has become incredibly slow for some reason I don't really have time to dig into. Parcel is just faster and easier, and requires almost no configuration.
Easy. It has only two commands out of the box:yarn start | npm run start...to start watching files. You can access the project at localhost:1234
yarn production | npm run production...to build production files. You can access the final output at the /dist folder.