Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 534 Bytes

Simple Question and Answer App

A simple Question and Answer application testing React and Redux.

Prerequisites

nodejs - https://nodejs.org/en/download/

Setup Instructions

Install package dependencies.

> npm install

Compile app and start local webserver for testing and debugging.

> npm start

Production build of app to '\dist' folder.

> npm run bulid

See package.json for more scripts.

Credit to https://github.com/coryhouse/pluralsight-redux-starter for project setup.