Skip to content

koda-git/awrfstack

Repository files navigation

🐺

awrfstack

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

Prerequisites

  • Node.js: Ensure you have Node.js installed (v18 or higher recommended).

  • pnpm: This project uses pnpm as the package manager for efficient workspace handling.

    Install pnpm globally 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 -
    

Getting Started

git clone <https://github.com/koda-git/awrfstack>
cd awrfstack

Install Dependencies

Run the following command to install dependencies across the full-stack repo

pnpm install

Run the sample webserver

Navigate to the web folder and run the sample nextJS app

cd apps/web
pnpm dev

Please 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:

About

Advanced Web Reactive Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published