/blr

Primary LanguageJavaScript

after cloning, etc., the repo,

to run it in a development environment:

npm install 

start the sever:

npm start

the client runs on it's own server to allow for efficient hot reloading. In another bash tab, run:

npm run startDev

the app can be accessed in a browser at localhost:3000

The deployed app is at https://zumblr.herokuapp.com/

The app is built with React, Express, and Bootstrap 4.