Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.3 KB

Materious

Buzzword Certified Admin UI

Technologies Used:

How to use this

The components are in the ./app directory. To run it in your own environment, for testing purposes, run:

  npm start

This command will launch webpack-dev-server, with hot-reload server, which is specified in package.json, in the section scripts.

Building

To build the project, simply install all its dependencies and run:

  npm run build

The generated code is spitted into the ./build directory.

Roadmap

  • Login/Signup component
  • User management screen (add users, delete, change password)
  • React-Router
  • Finish de dashboards container components
  • Get the left-navbar right
  • Make chart components using d3 and/or c3
  • Finish some Dashboards samples
  • Custom chart components
  • UI for generating components

Side-Roadmap

  • Tests
  • CI
  • Badges