mirror of
https://github.com/raidendotai/cofounder
synced 2025-02-01 23:44:30 +00:00
9 lines
191 B
Markdown
9 lines
191 B
Markdown
|
## How to start apps
|
||
|
|
||
|
Your backend & vite+react web app will incrementally generate inside `./apps/{YourApp}`
|
||
|
Open your terminal in `./apps/{YourApp}` and run
|
||
|
|
||
|
```sh
|
||
|
npm i && npm run dev
|
||
|
```
|