https://github.com/tomdewildt/parcel-site-template
Simple starter template for building Parcel sites with Sass and Javascript
https://github.com/tomdewildt/parcel-site-template
actions html javascript parcel sass
Last synced: 8 months ago
JSON representation
Simple starter template for building Parcel sites with Sass and Javascript
- Host: GitHub
- URL: https://github.com/tomdewildt/parcel-site-template
- Owner: tomdewildt
- License: mit
- Created: 2022-01-18T11:53:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T02:29:20.000Z (over 1 year ago)
- Last Synced: 2024-10-30T05:01:52.938Z (over 1 year ago)
- Topics: actions, html, javascript, parcel, sass
- Language: HTML
- Homepage:
- Size: 567 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Parcel Site Template
[](https://github.com/tomdewildt/parcel-site-template/actions/workflows/ci.yml)
[](https://github.com/tomdewildt/parcel-site-template/blob/master/LICENSE)
Simple starter template for building [Parcel](https://parceljs.org/) sites with [Sass](https://sass-lang.com/) and [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript).
# How To Run
Prerequisites:
* node version ```18.12.1``` or later
* npm version ```8.19.2``` or later
### Development
1. Run ```npm install``` to initialize the environment.
2. Run ```npm start``` to start the dev server.
### Production
1. Run ```npm install``` to initialize the environment.
2. Run ```npm run build``` to build the site.
# References
[Parcel Docs](https://parceljs.org/docs/)
[Sass Docs](https://sass-lang.com/documentation)