Simple template for building full stack apps.
- Backend: Uses micro with micro-fork for the routing.
- Frontend: Use Svelte, this whole repo is based on svelte template
- Tests: Tests are made with jest
To use it clone the repo and delete de .git
folder, or better yet, use degit:
npx degit YerkoPalma/micro-svelte my-app
cd my-app
npm install
There are availaible the following commands: