Skip to content

jgoeglein/hotel-engine-github-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotel-engine-github-react

Layout

    server/ -> NodeJS server. Start this first. The web project is coded against localhost:3001 being up and running
    web/ -> React application. Requires the project in the server/ subdirectory to be running in order to work

Running

cd server/
npm install
npm start

cd web/
npm install
npm start

Visit http://localhost:3000 in your browser and enjoy!

See more in the respective project READMEs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors