Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 13 hours ago
JSON representation

Simple starter template for building Parcel sites with Sass and Javascript

Awesome Lists containing this project

README

        

# Parcel Site Template
[![Build](https://img.shields.io/github/actions/workflow/status/tomdewildt/parcel-site-template/ci.yml?branch=master)](https://github.com/tomdewildt/parcel-site-template/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/tomdewildt/parcel-site-template)](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)