Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 427 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 427 Bytes

React Page Builder

this project created with vite, React, typescript, DndKit, Redux, Tailwind, json-server, nginx

Installation

This project is dockerized

development

run as follows:

cd './Docker/Build'
docker-compose up --build

project is up and running on port 80

Production

run as follows:

cd './Docker/Production'
docker-compose up --build

project is up and running on port 80