Skip to content

jymchng/pr-asst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern Research Assignment

TypeScript compat

Table of Contents

Backend

To deploy the backend in development environment, run the following commands:

cd backend
# can skip `npm install` if the dependencies are already installed
npm install
npm run run-dev

Frontend

To deploy the frontend in development environment and in 'watch mode', run the following commands:

cd frontend
# can skip `npm install` if the dependencies are already installed
npm install
npm run dev

Simultaneously for Local Development

bash start.sh

Press CTRL C to kill both processes.

Demo for Frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published