website react chart from api Bukalapak
You can also:
- Import data list item from BUKALAPAK
- Create, Update, Delete, Read Chart and Search Item
react-chart uses a number of open source projects to work properly:
- [react] - A JavaScript library for building user interfaces
- [redux] - Redux is a predictable state container for JavaScript apps.
- [axios] - Promise based HTTP client for the browser and node.js
- [material-ui] - A Set of React Components that Implement Google's Material Design
Dillinger requires React to run.
Install the dependencies and devDependencies and start the server.
$ cd chart-react
$ cd npm install
$ json-server --watch src/data/db/chart.json --port 8000 //NOTE:port flexibel example : --port 1234 or 3001 ....
$ npm startrequirments...
$ npm install -g json-serverMIT