artpropp / react-would-you-rather

Assignment for Udacity's React Nanodegree Program - Part II: React & Redux - Project Would You Rather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React & Redux - Would You Rather

This is React application is an assignment to the second project in Udacity's React Nanodegree - React & Redux

Getting started

To launch the application simple run the following commands

yarn install

yarn start

or, if you don't have yarn installed, simply run the following npm scripts

npm install

npm start

To build the application for deployment simple run either one of the following commands

yarn build

npm run build

Further reading and learning material

As mentioned in the code review from Udacity's staff memebrs, here is a list of further resources:

About

Assignment for Udacity's React Nanodegree Program - Part II: React & Redux - Project Would You Rather


Languages

Language:JavaScript 80.9%Language:CSS 14.2%Language:HTML 4.9%