An open API service indexing awesome lists of open source software.

https://github.com/xeptore/weekly-planner

Personal Weekly Planner App Made with Svelte
https://github.com/xeptore/weekly-planner

js rollup svelte svelte-js svelte-v3 svelte3 sveltejs weekly-planner weekly-schedule

Last synced: 5 months ago
JSON representation

Personal Weekly Planner App Made with Svelte

Awesome Lists containing this project

README

        

# weekly-planner
Weekly Planner Based on [Svelte](https://svelte.dev).

A personal weekly planner mostly aimed to gaining more knowledge in Svelte.

## Development
```sh
git clone [email protected]:xeptore/weekly-planner.git
cd weekly-planner/
npm i
```

In order to start the development server run:
```sh
npm run dev
```
A development server with hot-reloading will be started at [localhost:5000](http:localhost:5000).

In order to build the app for production release:
```sh
npm run build
```
This command will trigger the [Rollup](https://rollupjs.org/) to build the app into the `/public` directory.