This is a simple responsive interface that uses the RedditAPI to display and filter the posts of the ReactJS subreddit. Here's the app in production
First, is mandatory to run this script before any other, this will install all the project dependencies.
foo@bar:~$ yarn install
or
foo@bar:~$ npm install
Starts the development enviroment at http://localhost:3000.
foo@bar:~$ yarn start
or
foo@bar:~$ npm start
foo@bar:~$ yarn build
or
foo@bar:~$ npm build