Skip to content

IMaloney/mysite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites: Docker (if you want to run the site with docker) NPM (if you want to run the site with node.js)

Website connects to port 3000

to run: DOCKER: 'docker-compose up --build' in the top level directory NPM: inside the inner level mysite folder -- npm i (installs modules) -- npm start