A Test implemantaion of rust_ssr.
- JavaScript 67.3%
- Rust 32.7%
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
| yarn.lock | ||
Rust SSR Test
Table of Contents
About
This is a test project to see if I can get a Rust server side rendered app working with a React front end.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. This is not a production ready project.
Prerequisites
Rust - Install from here
Node.js - Install from here
Yarn - Install from here
Installing
Clone the repo
git clone https://github.com/RileySeaburg/rust-ssr-test
Install the dependencies
cd rust-ssr-test
yarn
Bundle the js
yarn build
Run the project
cargo run
Usage
This project is not meant to be used in production. It is a test to see if I can get a Rust server side rendered app working with a React front end.