https://github.com/bajrangcoder/bajrangcoder-rs
⚠️Work in progress 🚧
https://github.com/bajrangcoder/bajrangcoder-rs
Last synced: 12 months ago
JSON representation
⚠️Work in progress 🚧
- Host: GitHub
- URL: https://github.com/bajrangcoder/bajrangcoder-rs
- Owner: bajrangCoder
- Created: 2025-03-24T16:51:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T16:42:15.000Z (12 months ago)
- Last Synced: 2025-04-12T16:44:31.913Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
Your new jumpstart project includes basic organization with an organized `assets` folder and a `components` folder.
If you chose to develop with the router feature, you will also have a `views` folder.
### Serving Your App
Run the following command in the root of your project to start developing with the default platform:
```bash
dx serve
```
To run for a different platform, use the `--platform platform` flag. E.g.
```bash
dx serve --platform desktop
```