First import

This commit is contained in:
2022-04-05 23:00:18 +02:00
commit ece3f5f3c1
46 changed files with 1341 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Actix API + Yew application Template
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://mit-license.org/)
[![CI](https://github.com/dax/actix-yew-app-template/workflows/Build%20Template/badge.svg)](https://github.com/dax/actix-yew-app-template/actions)
A [cargo generate](https://github.com/cargo-generate/cargo-generate) template for web application:
- backend is based on [Actix](https://actix.rs)
- frontend use [Yew](https://yew.rs)