mufa
Version:
Event driven programming . Useful to separate layers (View, logic,...etc)
29 lines (19 loc) ⢠497 B
Markdown
# 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;
```