# 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;
```
