A simple parcel starter template for plain websites.
- 📝 HTML Includer
- 🔢 Autoprefixer
- 🎡 Automatic deploy to gh-pages branch
- 🔄 CSS reset
Install the dependencies.
Run the app, you can view the app by visiting http://localhost:1234/
.
Builds the website for production to the dist folder.
If you want to deploy your website on gh-pages, you need to:
- Check the branch name in the
deploy.yml
file - In the
package.json
specify the following fields:
"homepage": "https://%your-name%.github.io/%rep-name%",
"scripts": {
"build": "parcel build src/*.html --public-url /%rep-name%/"
}
Here are some related projects