Skip to content

Files

Latest commit

 

History

History
18 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 643 Bytes

Introduction

This project is would-you-rather work for Udacity Nano Degree.

Start Guide

Use npm install to set up the environment and then use npm start to run the server accessible on http://localhost:8080.

Environment

I use node 9 for local set up

8c859010ca6c:would-you-rather shimingr$ node -v
v9.11.2

Reference

I learn about ideas to better structure my Redux and design reducers/actions. Then rewrite my version based on the learned structure.