This app is a simple product parser able to read product structures of the same format as those found in the examples folder, either in JSON, XML, or CSV format, and renders them in a simple table in the browser.
You can use either npm
or yarn
to run all the scripts, using either npm run <script>
or yarn <script>
.
yarn install
- Installs all dependenciesyarn start
- Serves app to http://localhost:3000yarn test
- Runs all tests in app
This project was bootstrapped with Create React App.