Boilerplate for light to medium scale project. Start your project within a second with this boilerplate
First, clone this project
$ git clone git@github.com:Nurintaaan/svelte-boilerplate.gitinstall the depedencies needed
$ npm installand if you have an env variable, create your .env files by using this command
$ cp .env.example .envthen you can run your local application, by following command
$ npm run devTo test your application use this command
$ npm run test- Svelte JS - front end frameworks for building SPA, lightweight and reactive
- Tailwind - A utility-first CSS framework for rapidly building custom designs
- Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
- Eslint - ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code
- Prettier - code formatter
src/pages/Home.svelte- home pageHome.test/ks- home page testAbout.svelte- about page
components/Navbar.js- Navbar Component
routes/index.js- router config
This project is licensed under the MIT license, Copyright (c) 2020 Nur Intan Alatas 💎