Front-end
Step 1: Introduction#
Client 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: Environment#
The .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 Server#
After configure the environment file, you can run dev script to start local server.
Step 4: Tests#
You 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.