Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Rust React Tailwind

Starter project for rust react and tailwind SAAS creation.

Rust is used for the backend and runs in a lambda. React + Tailwind on the client.

Running locally

cd client
npm run build
cd ../server
cargo lambda watch

Open your browser at http://127.0.0.1:9000

To deploy use

cargo lambda build --release
cargo lambda deploy --enable-function-url server --include dist

TODO

  • Get automagic reloads on npm run build to work when using cargo lambda watch
  • Check out solidjs.
  • ???
  • Profit

About

blazingly fast

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages