New social network developed together with @rocketseat, Ignite Feed. Jokes aside, this project has the idea of simulating a social network..
How To Use • Technologies • License
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/luizgustavodarossi/ignite-feed.git
# Go into the repository
$ cd ignite-feed
# Install dependencies
$ npm install
# Run the app
$ npm run dev
MIT
GitHub @luizgustavodarossi