Skip to content

A small boilerplate that shows how to use Parcel.js with typescript and tailwindcss

Notifications You must be signed in to change notification settings

adblanc/parcel-typescript-tailwindcss

Repository files navigation

parcel-typescript-boilerplate

A small boilerplate that shows how to use Parcel.js with typescript and TailwindCSS to build a vanilla website.
It also comes with Eslint and Prettier

Demo

You can view a live demo here

Getting started

Clone the project :

git clone https://github.com/adblanc/parcel-typescript-tailwindcss.git

Install the dependencies :

# with yarn
yarn

# or with npm
npm install

Scripts

You can launch dev server using

yarn dev

And you can build the website with

yarn build