Skip to content

IbrahiimKamal/vanilla-js-workflow-using-parcel-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanilla-js-workflow-using-parcel-bundler

This is a starter vanilla javascript project using modern technologies

  • vanilla javascript ( ES6+ )
  • parcel-bundler
  • babel
  • sass
  • postcss
  • autoprefixer

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm run dev

To create a production build:

npm run build

Releases

No releases published

Packages

No packages published