A feed with posts about completed projects. It was developed during the Rocketseat's Ignite - ReactJS course.
- Create comments on posts
- Like comments
- Delete comments
Before start, check if you attend the following requisites:
- npm
- git
To install Ignite Lab - React, follow the next steps:
In your terminal:
# Clone this repository
git clone git@github.com:nogueiragabriela/ignite-feed.git
# Access Project folder
cd ignite-lab-react
# Install de dependencies
npm install
# Run the project
npm run dev