About the project • Technologies • Getting started • License
Ig.news is a project created in Rocketseat Ignite ReactJS training.
In this project you can subscribe to read posts about the ReactJS world.
Clone the project and access the folder
$ git clone https://github.com/clebim/ig-news.git && cd ig-news
Follow the steps below
# Install the dependencies
$ yarn
# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env
# Start the app
$ yarn dev