This project was bootstraped with App Starter Kit.
.
├── /api/ # Backend
└── /web/ # Frontend
If you keep the original Git history after cloning this repo, you can always fetch and merge the recent updates back into your project by running:
git remote add app-starter-kit https://github.com/kriasoft/app-starter-kit.git
git checkout master
git fetch app-starter-kit
git merge app-starter-kit/master
Copyright © 2017-present Kriasoft. This source code is licensed under the MIT license found in the LICENSE.txt file.