Skip to content

CSC-4351-FL2024-Tuesday/Wook_Network_Nerds

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Local Setup (Host Machine)

Install Latest Node JS LTS

Node JS Official Site: https://nodejs.org/en

Install NPM Dependencies

# run in root folder of cloned project
npm install

Build React Application

npm run build

Run Application

npm run dev

Local Setup (Docker)

Install Docker For Host Operating System

Docker Official Site : https://www.docker.com/get-started/

Building Docker Image

# Build docker image in root folder of cloned project
docker build -t movie .

Run Docker Container

docker run -d -p 5173:5173 --name movie movie

Check application in web browser

localhost:5173

Run Cleanup Container When Finished (Shell)

./deploy/docker-cleanup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages