Skip to content

shunmaruko/react-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo is a Single Page Application with schema first approach for backend/frontend api server/client, code first approach for database. Tech Stacks are:

Docker compose

Docker compose is a tool to define and run multi-container applications. If you want to only build containers, you can run

./react-ts-sandbox $ docker compose build

To create and start containers containers,

./react-ts-sandbox $ docker compose up

If you want run on background,

./react-ts-sandbox $ docker compose up -d 

To start|restart|stop|kill,

./react-ts-sandbox $ docker compose start|restart|stop|kill

Very simple cheetsheet is here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published