LeonardoKalyn / shaw-front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shaw-front-end

To run this project clone the repo, then run npm install and npm start. The project follows a simple container/presentational components architecture, using react router for navigation.

Since this project requests data from live server, you should set Access Contro Allow Origin to true, otherwise Chrome and other browsers may interromp external requests. An easy way to do this on Chrome is to use the following extension Allow-Control-Allow-Origin: *

If you wish to run the back-end server locally, make sure to add a .env file with an API enviroment variable pointing to localhost:3000, or whatever port you may chose.

About


Languages

Language:JavaScript 93.7%Language:HTML 6.3%