Skip to content

gfsd3v/winnin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

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

Scripts

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

Builds the app bundle in production enviroment, ready do be deployed.

foo@bar:~$ yarn build
or 
foo@bar:~$ npm build

Stack

Releases

No releases published

Packages

No packages published