Setup
To create a new app, you may choose one of the following methods:
- Clone the repository:
git clone https://github.com/pankod/svelte-boilerplate.git
- Install the dependencies:
npm
npm install
yarn
yarn install
- Start the development server:
npm run start:dev
- Launch http://localhost:3000