Skip to content

Ultra simple Parceljs boilerplate for rapid html/css/js prototyping

Notifications You must be signed in to change notification settings

drikfan/parcel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParcelJS rapid testing boilerplate

  • ParcelJS boilerplate for rapid prototyping html/scss/js
  • includes a minimal scss starter layout with column and row support
  • For more complicated setups, parcel 2.0 docs can be found here

installation

not much to say. Just clone the repository and:

npm run install
npm run dev

for production

npm run build

License

MIT