mirror of
https://github.com/kristoferssolo/axum-template.git
synced 2025-10-21 17:20:35 +00:00
Add readme.md
This commit is contained in:
parent
2ce7349d11
commit
db8f668b4b
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Axum Template
|
||||
|
||||
This repository contains templates for bootstrapping a Rust Web application with Axum.
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation)
|
||||
|
||||
```shell
|
||||
cargo install cargo-generate
|
||||
```
|
||||
|
||||
2. Create a new app based on this repository:
|
||||
|
||||
```shell
|
||||
cargo generate kristoferssolo/axum-template
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user