UNPKG

mufa

Version:

Event driven programming . Useful to separate layers (View, logic,...etc)

29 lines (19 loc) • 497 B
# Overview : This is a sample website built with React. It aimes to prove the feature of this package in the client side (browser). # Run the sample : ```bash git clone https://github.com/abdennour/mufa.git ; cd mufa; npm install; npm run start; ``` Then , navigate to : [http://localhost:8008/](http://localhost:8008/) ``` ...running šŸƒšŸæ šŸƒšŸ» šŸŒ Listening at http://localhost:8008 šŸ‘ šŸ‘ šŸ‘Œ ``` # Advanced sample : ```bash git fetch && git checkout advanced-sample; ```