Team Red Team Project: MemoryHelper -This app leverages the Ebbinghaus forgetting curve to remind users to complete tasks -This app includes a flash-card interface to help memorize desired materials "test"
Make sure you have versions of react and react-dom over 16.0.0. Use npm install to install all other required packages.
npm installto install required dependencies.node server.jsto start the express backend server.npm startto start the react app.
Note: The react development server is on localhost:3000 and the static react build is on localhost:3002. Both builds proxy their requests to localhost:3002, the express server.