Realworld app: fullstack svelte and koa
🏠 Homepage
This repo is a merge of two RealWorld example apps repos :
- frontend : sveltejs/realworld
- backend : koa-knex-realworld-example
npm install
sudo apt install -y sqlite3
cd front
npm install
sudo apt install -y sqlite3
cd back
yarn run knex migrate:latest
yarn run knex seed:run
cd front
npm run dev
In another shell :
cd back
npm start
TODO
👤 Francois KERISIT
- Website: http://francoiskerisit.fr/
- Twitter: @FrancoisKerisit
- Github: @FanchGadjo
- LinkedIn: @fkerisit
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2020 Francois KERISIT.
This project is ISC licensed.
This README was generated with ❤️ by readme-md-generator