git clone https://github.com/tierryray/linkapi.git
yarn or npm install
Install json-server to mock API with the following command:
npm install -g json-server
The mock up file can be found in the src/api/db.json folder. After installing json-server, enter the directory, and then run the following command: json-server -p 4000 --watch db.json
You must keep the command running in the port 4000 for the project to consume the api.
Just run the folowwing command:
yarn start or npm start
This command will automatically open the browser on http://localhost:3000.
| TECH | LINK |
|---|---|
| 🔹 React | DOCUMENTATION |
| 🔹 React Bootstrap | DOCUMENTATION |
| 🔹 Styled Components | DOCUMENTATION |
| 🔹 Axios | DOCUMENTATION |
| 🔹 React Icons | DOCUMENTATION |
| 🔹 PropTypes | DOCUMENTATION |
| 🔹 Json Server | DOCUMENTATION |
Copyright © 2019 tierryray | Tierry Ray
This project is MIT licensed.