/reports

The app to display a reports list (React, Redux, Webpack)

Primary LanguageJavaScript

reports

The application uses json-server. It's necessary to install it globally:

npm install -g json-server

Then go to the folder data and run

json-server --watch db.json

Install npm packages:

npm install

In the project directory run:

npm run dev

Open http://localhost:8080 in the browser.