Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 696 Bytes

parda

'Parda' is a react frontend boilerplate based in Parcel. Really young, only tested in a couple exercises.

Why Parda

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.

How to start with Parda

Easy. It has only two commands out of the box:

start

yarn start | npm run start
...to start watching files. You can access the project at localhost:1234

production

yarn production | npm run production
...to build production files. You can access the final output at the /dist folder.