Boilerplate for light to medium scale project. Start your project within a second with this boilerplate
First, clone this project
$ git clone [email protected]:Nurintaaan/svelte-boilerplate.git
install the depedencies needed
$ npm install
and if you have an env variable, create your .env
files by using this command
$ cp .env.example .env
then you can run your local application, by following command
$ npm run dev
To test your application use this command
$ npm run test
src/
pages/
Home.svelte
- home pageHome.test/ks
- home page testAbout.svelte
- about pagecomponents/
Navbar.js
- Navbar Componentroutes/
index.js
- router configThis project is licensed under the MIT license, Copyright (c) 2020 Nur Intan Alatas :gem: