- Run
npm install
to install all dependencies - Run
echo 'NEWS_API=<API_KEY>' > .env
where<API_KEY>
is given by Brian :) - Install Heroku and then run
heroku local
- Go to
localhost:<PORT>
where<PORT>
is whatever port number is printed out
npm install
to install all dependenciesecho 'NEWS_API=<API_KEY>' > .env
where <API_KEY>
is given by Brian :)heroku local
localhost:<PORT>
where <PORT>
is whatever port number is printed out