Skip to content

Yf102/google-calendar-clone

Repository files navigation

Google Calendar Clone

React + TypeScript + Vite + Docker + Nginx

First time

npm i

Run a development server

npm run dev

Run a production build

npm build
npm run preview

Docker

Only First time run

docker network create --subnet=10.5.0.0/16 docker_network

Build Docker image

docker-compose up --build -d

From the second time onwards run Docker image

docker-compose up -d

About

Created a clone of google calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published