Skip to content

'Parda' is a react frontend boilerplate based in Parcel.

Notifications You must be signed in to change notification settings

adriansalvatori/parda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

'Parda' is a react frontend boilerplate based in Parcel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published