- NodeJS >= 10
- yarn (optional, you can use npm instead)
- Clone this repo locally
yarn install
yarn start
- Open http://localhost:3000 to view the assignment.
- Once finished, push to your repo on github, and send us a link without creating a Pull request.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the mock api server.
Open http://localhost:3050/posts to view it in the browser.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation. To learn Redux, check out the Redux documentation.