Forum is an anonymous message board where users can post and comment about happenings in the world of React & Redux.
-
Clone this repo
git clone https://github.com/mikemeyerson/forum.git
-
Open two different windows on your command line
-
Window 1: Install and start the API server
cd api-server
npm install
node server
-
Window 2: Install and run the app
cd frontend
npm install
oryarn
npm start
oryarn start
Forum's server-side logic is a fork of project starter code from Udacity's React Nanodegree Program. See that repo for how to contribute.
Feel free to make a pull request or raise an issue.