Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Mcrel TODO list example

This example demonstrates basic principles of Mcrel in React application.

How to run

Don't forget to build Mcrel before running this example (i.e. yarn build in parent directory).

  1. yarn install
  2. yarn start

Acknowledgements

The code is based on Redux TODO list example