An sample React/Redux note keeping application built to serve as an example of how a fully functioning app would work. Based on my original FullStack app built with Node/Express/Mongo/jQuery, Just-Jotit. Since there is no back-end yet, you it uses a fake API to simulate calls, but it has a fully functional async actions, and even JWT authentication. You can find a live version of it here.
- Clone the project.
Run
npm install
to make sure all dependencies insidepackage.json
are installed. - Run any of the available NPM scripts inside package.json via
npm run <script_name>
. Example:npm run start
.