rapid-test/README.org

959 B

Rapid Test

This is a https://rapid.cincinnati.ventures/">https://rapid.cincinnati.ventures/ project bootstrapped with rapid new --nextjs This uses NextJS for the frontend and Rapid to allow for typesafe Rust function for the API routes.

Getting Started

First, run the rapid development server:

rapid run

Then run the NextJS development server

npm run dev

Open http://localhost:3000">http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

You can find the Rust API routes in the pages/api directory.

Learn More

To learn more, take a look at the following resources: