Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 416 Bytes

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Install

Clone the repository and run the following command in the terminal:

npm install

or

yarn install

Run the project

After installing the project dependencies, run the following command in the terminal:

npm run dev

or

yarn dev