Skip to content

FanchGadjo/realworld-koa-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to realworld-koa-svelte 👋

Version Documentation Maintenance License: ISC Twitter: FrancoisKerisit

Realworld app: fullstack svelte and koa

Description

This repo is a merge of two RealWorld example apps repos :

Install

npm install

Install frontend

sudo apt install -y sqlite3
cd front
npm install

Install backend

sudo apt install -y sqlite3
cd back
yarn run knex migrate:latest
yarn run knex seed:run

Usage

Usage frontend

cd front
npm run dev

Usage backend

In another shell :

cd back
npm start

Run tests

TODO

Author

👤 Francois KERISIT

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Francois KERISIT.

This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator

About

Realworld app: fullstack svelte and koa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published