Skip to content

A reactjs dashboard for managing resources with simple, intuitive and stateful UI.

Notifications You must be signed in to change notification settings

chethanMysore/react-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resource Manager Dashboard

This is a dashboard for Resource Manager. The application is written in reactjs with redux as state manager. The dashboard is styled with bootstrap and some custom css. The dashboard consumes API's exposed by node-backend.

System Requirements

  • nodejs version > 8.x download here
  • npm version > 6.x (usually included with nodejs)

Build and Execute Instructions

The application listens to the service at http://localhost:3050. This can however be configured to listen to a service base url in config file.
Install Dependencies

npm install -g webpack
npm install -g webpack-cli
npm install -g webpack-dev-server
npm install

Build and run the application

npm start

The application will be running at http://localhost:8080/public/index.html

About

A reactjs dashboard for managing resources with simple, intuitive and stateful UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published