/the-queue

Primary LanguageJavaScript

The Queue

The project requires you to have rust and cargo installed.

In the base of the project run:

  cargo run

This will compile and start the rust server.

  cd frontend
  npm install
  npm start

yarn start will also work.