A minimal monorepo setup containing a sample Next.js web application under apps/web
You are also able to put your rust crates under crates
-
Node.js: Ensure you have Node.js installed (v18 or higher recommended).
-
pnpm: This project uses
pnpmas the package manager for efficient workspace handling.Install
pnpmglobally if not already installed:if you have npm already installed
npm install -g pnpm
or with standalone (POSIX)
curl -fsSL https://get.pnpm.io/install.sh | sh -
git clone <https://github.com/koda-git/awrfstack>
cd awrfstackRun the following command to install dependencies across the full-stack repo
pnpm installNavigate to the web folder and run the sample nextJS app
cd apps/web
pnpm devPlease check the README.md file in apps/web
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.