📦 Simple starter to write HTML, JS, and SCSS right away with no additional config.
Simple starter to start writing HTML, JS, and SCSS right away with no additional config. Can be used as a static site generator!
Clone or download this repository.
git clone https://github.com/aarongarciah/parcel-static-boilerplate.git
Install dependencies.
npm install
Run dev mode. It will open a browser tab with the dev url http://localhost:1234/
.
npm run dev
Run the build script and the optimized for production website will be generated in the /dist
folder.
npm run build
If you want to serve your production build (the generated /dist
folder) locally just run this command and open http://localhost:5000/
in your browser. This command runs the npm run build
command before serving the /dist
folder.
npm run serve
/static
folders.site.webmanifest
file.