Jot is a simple note app built with React and Redux.
- Clone the repository
git clone https://github.com/wisniewskij26/jot.git
- Install dependencies:
yarn install
- Run the Jot in development mode using the command
yarn run dev
- To run a production build use the command
yarn run buld
and thenyarn run start