Skip to content

WalnutProgramming/room-finder-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

room-finder-gui

A GUI for room-finder in development.

There are 2 folders: client and server. The only thing the server does right now is write to building.json in the root folder to save your changes.

If you don't need the server, you can just run these commands:

cd client
# install dependencies
yarn
# run client and watch for changes
yarn serve

If you do need the server, open 2 separate terminal windows:

cd client
yarn
# build client and watch for changes
yarn build-watch
cd server
yarn
# run server and watch for changes in index.js
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published