Modified default template for setting up a Sapper project.
Includes:
- typescript
- sass - css preprocessor
- @fortawesome - icons
- bulma - css framework
- svelma - bulma components for svelte
Once you have created the project, install dependencies and run the project in development mode:
cd my-app
npm install # or yarn
npm run dev
This will start the development server on localhost:3000. Open it and click around.
You now have a fully functional Sapper project! To get started developing, consult sapper.svelte.dev.