Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 622 Bytes

Plop JS Demo

This repository showcases how plop can be used to generate common directory and file structure.

Running the development server

Create .env file

cp .env.example .env

Note: Feel free to change the content as needed

Create docker-compose.yml

cp docker-compose.yml.example docker-compose.yml

Starting up containers

docker compose up -d or docker-compose up -d

Install dependencies

yarn

Running Prisma migration

yarn prisma db push

Running development server for Consumer API

yarn consumer:dev

Generating Servers and Modules with plop

yarn plop