https://github.com/raxjs/go-rax
An awesome sample project built with Rax running at multiple ends
https://github.com/raxjs/go-rax
rax
Last synced: 10 months ago
JSON representation
An awesome sample project built with Rax running at multiple ends
- Host: GitHub
- URL: https://github.com/raxjs/go-rax
- Owner: raxjs
- License: mit
- Created: 2020-01-01T07:56:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T13:02:45.000Z (over 5 years ago)
- Last Synced: 2025-04-03T20:43:11.295Z (about 1 year ago)
- Topics: rax
- Language: JavaScript
- Homepage: https://github.com/alibaba/rax
- Size: 188 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Rax
Rax 1.x provides rich components and APIs to help develop multi-end projects quickly. Go Rax is a sample app built with rax 1.x, which is provided to rax developers for reference and learning.
## Development
```shell
# Install dependencies.
npm install
# Run the application in development mode.
npm run start
# Build the application for production into the `build` folder.
npm run build
```
## References
- [Official site](http://rax.js.org)
- [Official repo](https://github.com/alibaba/rax)
## Experience

## Screenshot

## License
[MIT](https://opensource.org/licenses/MIT)