Skip to content

pnakibar/reactmold

Repository files navigation

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

About

Babel + Webpack + React + NPM + Material-UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published