0.3.0
Looking to game is a service that helps people form groups to play games.
Looking to game is a full stack JavaScript application (app) with a front end and back end. Both the front and back end are necessary to make the application work. This repository (repo) is the front end.
The back end can be found at the following GitHub location: https://github.com/Looking-To-Game/ltg-be
The most stable version of the front end is called production. The production front end has been deployed to Heroku at the following location:
https://ltg-fe-production.herokuapp.com
Please be patient with loading, it can take a minute for Heroku to spin up the dynos. Heroku Dynos. Heroku Status.
- Run
npm i
- Run the back end server and database.
- Build webpack and run the server on the front end
npm run build-watch
.