Frontend templated by seed-quickstart-webpack.
Install docker
docker-compose up
or
docker compose up
Depending on your setup
After a while, the application will be available on localhost:8080
Install usual rust stuff (cargo, rustc nightly).
cargo install diesel_cli --no-default-features --features "sqlite-bundled"
diesel migration run
On the backend directory: cargo +nightly run
.
Install usual rust stuff (cargo, rustc nightly). Install Yarn.
cargo install cargo-make
cargo install wasm-pack
rustup target add wasm32-unknown-unknown
cd frontend
yarn install --pure-lockfile
yarn add webpack webpack-cli webpack-dev-server serve
On the frontend directory: yarn start
.
The application should be running on http://localhost:8080/
.