A Test implemantaion of rust_ssr.
  • JavaScript 67.3%
  • Rust 32.7%
Find a file
2023-02-12 10:43:41 -05:00
src Initial Commit 2023-02-12 10:43:41 -05:00
.gitignore Initial Commit 2023-02-12 10:43:41 -05:00
Cargo.toml Initial Commit 2023-02-12 10:43:41 -05:00
package.json Initial Commit 2023-02-12 10:43:41 -05:00
README.md Initial Commit 2023-02-12 10:43:41 -05:00
webpack.config.js Initial Commit 2023-02-12 10:43:41 -05:00
yarn.lock Initial Commit 2023-02-12 10:43:41 -05:00

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.