A simple template for multi-page project by Parcel
$ npm install parcel-bundler --global
$ cd parcel-demo
$ npm install
# if you use yarn , you can also run `yarn`
$ npm run dev
# or `yarn dev`
$ npm run build
# or `yarn build`
Your codes are all in ./build
directory.
MIT is open-sourced software licensed under the MIT license