tomdewildt / parcel-site-template

Simple starter template for building Parcel sites with Sass and Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel Site Template

Build License

Simple starter template for building Parcel sites with Sass and 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

Sass Docs

About

Simple starter template for building Parcel sites with Sass and Javascript

License:MIT License


Languages

Language:HTML 100.0%