Skip to content

naruepanart/his-nextjs-internship-react

Repository files navigation

HIS

Getting Started

npm install && npm run dev
http://localhost:3000

or

docker build -t react-docker-app .
docker run -d -p 3000:3000 --restart=always react-docker-app

Stop and remove all containers

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

Remove all images

docker rmi $(docker images -a -q)

About

Hospital Information System (Web Application)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published