A full service (CRUD) messageboard application, made with React and React/Redux. A Udacity ND project.
To install and start Client App:
-
Run
cd reactreadable -
Run
npm install -
Run
npm start
To install and start the API Server:
-
Run
cd reactreadableserve -
Run
npm install -
Run
npm start


