Skip to content

arimakey/base

Repository files navigation

Project Title

A brief description of the project.

Project Structure

This project is a monorepo containing two main applications:

  • apps/api: The backend API application (likely built with NestJS based on file names).
  • apps/client: The frontend client application (likely built with React/Vite based on file names).
.
├── apps/
│   ├── api/
│   └── client/
├── .gitignore
├── .prettierignore
├── .prettierrc
├── eslint.config.cjs
├── package.json
└── yarn.lock

Setup

To set up the project, clone the repository and install dependencies using Yarn:

git clone <repository_url>
cd <project_directory>
yarn install

Running the Applications

API

To run the API application:

cd apps/api
yarn start

Client

To run the client application:

cd apps/client
yarn dev

Contributing

Instructions on how to contribute to the project.

License

Information about the project's license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors