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.
# 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