23 lines
432 B
Markdown
23 lines
432 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/react-csv.git ;
|
|
cd react-csv;
|
|
npm install;
|
|
npm run start;
|
|
|
|
```
|
|
|
|
Then , navigate to :
|
|
|
|
[http://localhost:8008/](http://localhost:8008/)
|
|
|
|
```
|
|
...running 🏃🏿 🏃🏻
|
|
🌏 Listening at http://localhost:8008 👏 👏 👌
|
|
```
|