https://github.com/rawnly/template-next-rust-monorepo
https://github.com/rawnly/template-next-rust-monorepo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rawnly/template-next-rust-monorepo
- Owner: rawnly
- Created: 2022-12-18T16:38:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T14:49:45.000Z (over 3 years ago)
- Last Synced: 2024-12-28T09:43:26.475Z (over 1 year ago)
- Language: Rust
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Monorepo
A repo template to fast-forward a new project using rust and next.js
## Usage
Clone this repo and change the git origin as the following:
```
git clone git@github.com/rawnly:template-next-rust-monorepo
git remote remove origin
git remote origin add
```