项目作者: xeptore

项目描述 :
Personal Weekly Planner App Made with Svelte
高级语言: Svelte
项目地址: git://github.com/xeptore/weekly-planner.git
创建时间: 2019-08-22T03:03:59Z
项目社区:https://github.com/xeptore/weekly-planner

开源协议:MIT License

下载


weekly-planner

Weekly Planner Based on Svelte.

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

Development

  1. git clone git@github.com:xeptore/weekly-planner.git
  2. cd weekly-planner/
  3. npm i

In order to start the development server run:

  1. npm run dev

A development server with hot-reloading will be started at 5000">localhost:5000.

In order to build the app for production release:

  1. npm run build

This command will trigger the Rollup to build the app into the /public directory.