ssatyamchauhan / admin_panel

This is a admin dashboard of a news app available on App store and playstore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Panel Documentation

Quick Start

  • Install dependencies by running yarn or npm install.
  • Run yarn start or npm run start to start the local development server.
  • 😎 That's it! You're ready to start building awesome dashboards.

Project Structure

  • This project is bootstrapped using Create React App.
  • Flux is used for state management and all Flux specific files are located inside src/flux. Transitioning to a more robust solution such as Redux is also fairly simple.
  • All primary templates are located inside src/views.
  • There is only one single layout defined (Default) inside src/layouts, however, the current structure provides an easy way of extending the UI kit.
  • The src/components directory hosts all template-specific subcomponents in their own subdirectory.
  • The layout styles inherited from Shards React are pulled in from the src/ submodule inside src/App.js.
  • Other extra styles specific to the libraries used are located inside src/assets.
  • The src/utils directory contains generic Chart.js utilities.

Available Scripts

npm start

Runs the app in the development mode.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Changelog

Please check out the CHANGELOG.

About

This is a admin dashboard of a news app available on App store and playstore.


Languages

Language:JavaScript 93.8%Language:CSS 5.2%Language:HTML 1.1%