JustinLung / parcel-boilerplate

📦Parcel boilerplate template with Sass and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Latest version of npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    With https

    git clone https://github.com/DaanKorver/parcel-boilerplate.git

    With SSH

    git clone https://github.com/DaanKorver/parcel-boilerplate.git
  2. Install NPM packages

    npm install

Usage

This boilerplate has 2 scripts, dev and build. To execute them do the following

Development Script

npm run dev

Build Script

npm run build

About

📦Parcel boilerplate template with Sass and Typescript


Languages

Language:HTML 100.0%