mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
Update README.md
This commit is contained in:
@@ -26,6 +26,20 @@ NodeJs/Deno/Bun are the only tools that make a React app fullstack right? (no)
|
||||
Tuono wants to prove that it's possible creating fully fledged react applications without the need to host them on a JS runtime server leveraging the best of the two worlds:
|
||||
super powered server and amazing development experience.
|
||||
|
||||
## Features
|
||||
|
||||
- [x] Typescript
|
||||
- [x] FS routing
|
||||
- [x] Hot Module Reload
|
||||
- [x] CSS modules
|
||||
- [x] Rust based SSR
|
||||
- [x] Multi thread backend
|
||||
- [x] Development environment
|
||||
- [ ] Create custom APIs
|
||||
- [ ] Image optimization
|
||||
- [ ] Build optimization
|
||||
- [ ] Server streamed content
|
||||
|
||||
## Requirements
|
||||
|
||||
- rust
|
||||
@@ -50,20 +64,6 @@ tuono new [NAME]
|
||||
```
|
||||
tuono dev
|
||||
```
|
||||
## Features
|
||||
|
||||
- [x] FS routing
|
||||
- [x] Hot Module Reload
|
||||
- [x] CSS modules
|
||||
- [x] Rust based server side rendering
|
||||
- [x] Multi thread backend
|
||||
- [x] Development environment
|
||||
- [ ] Create custom APIs
|
||||
- [ ] Image optimization
|
||||
- [ ] Build optimization
|
||||
- [ ] Server streamed content
|
||||
|
||||
> 💡 Any suggestion or improvement is strongly appreciated
|
||||
|
||||
## Folder structure
|
||||
|
||||
@@ -78,6 +78,9 @@ tuono dev
|
||||
└── tsconfig.json
|
||||
```
|
||||
|
||||
## Contributing
|
||||
Any help or suggestion will be appreciated.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License.
|
||||
|
||||
Reference in New Issue
Block a user