Skip to content

silentworks/svelte-preschool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre School [Svelte version 3 rfc-1]

A preschool application built with svelte as a learning tool.

Build

To setup this project you will need Svelte 3 which is currently in development:

git clone https://github.com/sveltejs/svelte
cd svelte
git checkout rfc-1

Now that we have the project locally and the correct branch checked out, lets build and create a link so that the rollup-plugin-svelte and this project can have access to this version of svelte.

yarn
yarn build
yarn link

Next, clone the rollup-plugin-svelte repository

git clone https://github.com/rollup/rollup-plugin-svelte
cd rollup-plugin-svelte
git checkout svelte-3
yarn link svelte
yarn
yarn build
yarn link 

Now clone this project and run the following commands:

yarn link rollup-plugin-svelte
yarn link svelte
yarn
yarn dev

To build application run:

yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published