https://github.com/yerkopalma/micro-svelte
Simple template for building full stack apps.
https://github.com/yerkopalma/micro-svelte
full-stack microservice svelte template
Last synced: about 1 year ago
JSON representation
Simple template for building full stack apps.
- Host: GitHub
- URL: https://github.com/yerkopalma/micro-svelte
- Owner: YerkoPalma
- License: other
- Created: 2020-01-28T01:25:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T13:41:30.000Z (about 6 years ago)
- Last Synced: 2025-01-25T07:11:21.062Z (about 1 year ago)
- Topics: full-stack, microservice, svelte, template
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# micro-svelte
[](https://github.com/feross/standard)
Simple template for building full stack apps.
## The stack
- Backend: Uses [micro][micro] with [micro-fork][micro-fork] for the routing.
- Frontend: Use [Svelte][Svelte], this whole repo is based on svelte [template][template]
- Tests: Tests are made with [jest][jest]
## Usage
To use it clone the repo and delete de `.git` folder, or better yet, use [degit][degit]:
```bash
npx degit YerkoPalma/micro-svelte my-app
cd my-app
npm install
```
## The commands
There are availaible the following commands:
- start: Start the app in production mode.
- dev: Start for development.
- build: Build the app for releasing.
- test: Check [standard][standard], dependencies with [depcheck][depcheck] and run tests.
- link: Fix lint issues with `standard --fix`.
## License
[MIT](/license)
[micro]: https://github.com/zeit/micro
[micro-fork]: https://github.com/amio/micro-fork
[Svelte]: https://github.com/sveltejs/svelte
[template]: https://github.com/sveltejs/template
[jest]: https://github.com/facebook/jest
[degit]: https://github.com/Rich-Harris/degit
[standard]: https://github.com/standard/standard
[depcheck]: https://github.com/depcheck/depcheck