Skip to content

Looking-To-Game/ltg-fe

Repository files navigation

Looking To Game Frontend

Build Status

Version

0.3.0

Description

Looking to game is a service that helps people form groups to play games.

Application

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.

Back End

The back end can be found at the following GitHub location: https://github.com/Looking-To-Game/ltg-be

Deployed Application

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.

Notes

  1. Run npm i
  2. Run the back end server and database.
  3. Build webpack and run the server on the front end npm run build-watch.