Realworld app: fullstack svelte and koa
This repo is a merge of two RealWorld example apps repos :
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
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