Development of a Feed page for study using best practices with ReactJS and TypeScript
The following tools were used in building the project:
Clone the project
$ git clone https://github.com/willmorim/feed.git
Go to the project directory
cd feed
Install dependencies
npm install
Start the server
npm run dev