Skip to content

Timeshiftcorp/svelte-boilerplate

Repository files navigation

Svelte

A boilerplate for Svelte, Babel, and PostCSS. with tailwind

tailwind

https://tailwindcss.com/

Getting Started

  1. Clone this boilerplate
$ git clone --depth 1 https://github.com/Timeshiftcorp/svelte-boilerplate <PROJECT_NAME>
$ cd <PROJECT_NAME>
  1. Install dependencies
$ yarn install
  1. Start a local server
$ yarn start