felizj17 / shorts-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shorts

Register your email and create an account so you can write some short stories. View the app: Shorts

Before you start the frontend check out how to get the backend up and running.

Setup

After cloning this project to your local machine you can run npm install to install the dependencies.

Then create a .env file in the root directory and insert the following;

REACT_APP_API_URL=http://localhost:8000

NOTE: If you have your local backend running on a different port change the number to match at the end of url.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Check out the trello board to see whats to come

About


Languages

Language:JavaScript 76.8%Language:CSS 17.1%Language:HTML 6.1%