Skip to content

inthepocket/home-garden-case

Repository files navigation

ItpHomeGarden

This repository uses an Nx Monorepo setup, feel free to add you frontend inside this repository or create a separate repository.

Prerequisites

You have Node.js installed on your machine and ran:

npm install

Run backend

To run the backend, you can use this command

npx nx dev api

Once it's running, you can check out the api specs at http://localhost:3000/docs

How to add your frontend

You can use the Nx Docs to add your frontend to this repository. For example, to add Remix, run this:

npx nx add @nx/remix
npx nx g @nx/remix:app apps/web

After installation, you can run the web application using:

npx nx dev web

About

Backend for the full-stack home garden case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors