/turntly

Find your fun with Turntly built with react native

Primary LanguageJavaScript

Turntly!!

What is Turntly?

Turntly is a lifestyle! Are you ready to have fun? Do you know where the fun is? Turntly is here to make sure every moment int your life isn't Lame

Contribute to the Coolest party App

Start by installing front and backend dependencies. While in this directory, run the following commands:

After both installations complete, run the following command in your terminal:

yarn start

That's it, your app should be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.

Deployment (Heroku)

After confirming that you have an up to date git repository and a Heroku app created, complete the following:

  1. Build the React app for production by running the following command:
yarn build

Note: A yarn build will be required to register any new Post requests from any front-end JavaScript to to prevent any proxy server errors.

  1. Add and commit all changes to git

  2. Push to Heroku

If all previous steps were followed correctly, your application should be deployed to Heroku!