Skip to content

eyalch/chattie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chattie

NOTE: Unless stated otherwise, every command is to be executed from the root of the project.

Development

This project is using a feature of Yarn called Yarn Workspaces, so using Yarn is required.

Install Dependencies

yarn [install]

Backend

In the backend directory, run:

cd backend
yarn start

Frontend

In the frontend directory, run:

cd frontend
yarn start

Build

yarn build

This script will run the build scripts of backend and frontend and copy the results to a build directory at the root of the project.

Usage

yarn start

PM2

To use PM2 you need to have it globally installed:

yarn global add pm2

or:

npm i -g pm2

After you've got it installed, run:

yarn start:pm2

The configuration for PM2 is found in pm2.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published