Skip to content

knowbased/monorepo-react-adonis-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo React Adonis Template

This is a template for a monorepo with a React frontend and an Adonis backend. It uses pnpm workspaces to manage the monorepo.

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone
  1. Install pnpm packages
pnpm install
  1. Start the development server
pnpm run dev
  1. Open http://localhost:3000 with your browser to see the React app.
  2. Open http://127.0.0.1:3333 with your browser to see the AdonisJS api.

Project Structure

├── apps
│   ├── front
│   ├── api
├── libs
│   ├── types
  • The apps directory contains the React frontend and the AdonisJS api. Each app has its own package.json and tsconfig.json files.
  • The libs directory contains shared code between the apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages