/react-dashboard

Just a simple React dashboard backed up by a fake JSON API.

Primary LanguageJavaScript

Just a simple React dashboard backed up by a fake JSON API.

Tech

  • React
  • ES2015
  • Webpack
  • PostCSS

To run the app

$ npm i && npm start

This will run the webpack-dev-server and you will be able to view the app on http://localhost:8080

To build the app

$ npm run build