A low-level implementation using #rust to render #React #SSR.
  • Rust 46.4%
  • JavaScript 29.8%
  • TypeScript 8.1%
  • CSS 7.9%
  • HTML 7.8%
Find a file
2023-06-29 00:24:02 -04:00
build add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00
client add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00
config initial commit 2023-05-07 19:41:02 -04:00
react-ssr-example add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00
src add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00
static initial commit 2023-05-07 19:41:02 -04:00
templates initial commit 2023-05-07 19:41:02 -04:00
tests initial commit 2023-05-07 19:41:02 -04:00
.gitignore initial commit 2023-05-07 19:41:02 -04:00
Cargo.toml add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00
package.json add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00
README.md Add doc comments 2023-05-30 00:53:24 -04:00
rust-toolchain add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00
rustyroad.toml Add doc comments 2023-05-30 00:53:24 -04:00
yarn-error.log initial commit 2023-05-07 19:41:02 -04:00
yarn.lock add a plain react app and implementing v8 2023-06-29 00:24:02 -04:00

example

This project was created using Rusty Road. Rusty Road is Rails for Rust. It is a CLI tool that allows you to create a new Rust project with a few commands. It also comes with TailwindCSS and Actix pre-installed.

Getting Started

Configure TailwindCSS

npx tailwindcss init -p

To get started, run yarn dev to start the server and watch for changes to your TailwindCSS files.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.