Ignite feed é um projeto que simula o feed das redes sociais, com funcionalidades como comentários, aplaudir e apagar comentário.
- ReactJS
- NodeJS
- Yarn or Npm
- Git Bash
- Phosphor Icons
# Clone Repository
$ git clone https://github.com/ThiagoYamaguchi/ignite-feed.git
# Go to server folder
$ cd ignite-feed
# Install Dependencies
$ npm install
$ npm run dev
# Access localhost
http://localhost:3001