Front-end
#
Step 1: IntroductionClient side of this project was made with React 17 and Webpack. To run, you will need to enter in subfolder and do an additional configurations before start server.
#
Step 2: EnvironmentThe .env
file have an unique property, the API URL
, and you can define your local server in this file, or the production API available on https://github-stars-api-akinncar.herokuapp.com/
#
Step 3: Start ServerAfter configure the environment file, you can run dev script to start local server.
#
Step 4: TestsYou can also run unit tests with the watch command:
#
That's It!After run this command, you are able to access http://localhost:3000
in your favorite browser.