Start your development with a Dashboard for Bootstrap 4, React, NodeJS and Reactstrap, made with create-react-app. It is open source, free and it features many components that can help you create amazing websites.
Fully Coded Components
Argon Dashboard React Nodejs is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SASS files. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with pre-built examples, so the development process is seamless, switching from our pages to the real website is very easy to be done. Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
Rest API
Get connected to the real world with a fully functional API made in NodeJS, containing multiple endpoints for managing the platform, each one of them being well documented and easily configurable.
Complex Documentation
Each element is well presented in a very complex documentation. You can read more about the idea behind this dashboard here. You can check the components here and the foundation here.
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Licensing
- Useful Links
| Dashboard Page | Icons Page | Tables Page | Maps Page |
|---|---|---|---|
![]() |
![]() |
![]() |
| Register Page | Login Page Page | Profile Page |
|---|---|---|
![]() |
![]() |
![]() |
- assume you have npm and Mongo DB installed
- Download from Github.
- Download from Creative Tim.
- Clone the repo:
git clone https://github.com/creativetimofficial/argon-dashboard-react-nodejs. npm installin both front-end and back-end foldernpm run buildin front-end folder and then move the build folder in back-end -> this is for production modenodemonin backend folder and the server will start- for dev env run both React and Node server
npm startin front-endnodemonin back-end
The documentation for the Argon Dashboard React with Node JS is hosted at our website.
Within the download you'll find the following directories and files:
Argon Dashboard React Nodejs
.
βββ CHANGELOG.md
βββ Documentation
βΒ Β βββ documentation.html
βββ ISSUE_TEMPLATE.md
βββ LICENSE
βββ README.md
βββ back-end
βΒ Β βββ README.md
βΒ Β βββ app.js
βΒ Β βββ b78de_ab899_1576205276_51a83e5f3b2afb4a72888806732c61fe.crt
βΒ Β βββ b78de_ab899_457b6766b38e3a90a3a5c80685b6dd43.key
βΒ Β βββ config
βΒ Β βΒ Β βββ config.js
βΒ Β βΒ Β βββ crons.js
βΒ Β βΒ Β βββ keys.js
βΒ Β βΒ Β βββ passport.js
βΒ Β βΒ Β βββ safeRoutes.js
βΒ Β βββ models
βΒ Β βΒ Β βββ activeSession.js
βΒ Β βΒ Β βββ user.js
βΒ Β βββ package-lock.json
βΒ Β βββ package.json
βΒ Β βββ routes
βΒ Β βββ users.js
βββ front-end
βββ README.md
βββ gulpfile.js
βββ jsconfig.json
βββ package-lock.json
βββ package.json
βββ public
βΒ Β βββ apple-icon.png
βΒ Β βββ favicon.ico
βΒ Β βββ index.html
βΒ Β βββ manifest.json
βββ src
βββ assets
βΒ Β βββ css
βΒ Β βΒ Β βββ argon-dashboard-react.css
βΒ Β βΒ Β βββ argon-dashboard-react.css.map
βΒ Β βΒ Β βββ argon-dashboard-react.min.css
βΒ Β βββ fonts
βΒ Β βΒ Β βββ nucleo.eot
βΒ Β βΒ Β βββ nucleo.ttf
βΒ Β βΒ Β βββ nucleo.woff
βΒ Β βΒ Β βββ nucleo.woff2
βΒ Β βββ img
βΒ Β βΒ Β βββ brand
βΒ Β βΒ Β βΒ Β βββ argon-react-white.png
βΒ Β βΒ Β βΒ Β βββ argon-react.png
βΒ Β βΒ Β βΒ Β βββ blue.png
βΒ Β βΒ Β βΒ Β βββ favicon.png
βΒ Β βΒ Β βΒ Β βββ white.png
βΒ Β βΒ Β βββ icons
βΒ Β βΒ Β βΒ Β βββ common
βΒ Β βΒ Β βΒ Β βββ github.svg
βΒ Β βΒ Β βΒ Β βββ google.svg
βΒ Β βΒ Β βββ theme
βΒ Β βΒ Β βββ angular.jpg
βΒ Β βΒ Β βββ bootstrap.jpg
βΒ Β βΒ Β βββ profile-cover.jpg
βΒ Β βΒ Β βββ react.jpg
βΒ Β βΒ Β βββ sketch.jpg
βΒ Β βΒ Β βββ team-1-800x800.jpg
βΒ Β βΒ Β βββ team-2-800x800.jpg
βΒ Β βΒ Β βββ team-3-800x800.jpg
βΒ Β βΒ Β βββ team-4-800x800.jpg
βΒ Β βΒ Β βββ vue.jpg
βΒ Β βββ plugins
βΒ Β βΒ Β βββ nucleo
βΒ Β βΒ Β βββ css
βΒ Β βΒ Β βΒ Β βββ nucleo-svg.css
βΒ Β βΒ Β βΒ Β βββ nucleo.css
βΒ Β βΒ Β βββ fonts
βΒ Β βΒ Β βββ nucleo-icons.eot
βΒ Β βΒ Β βββ nucleo-icons.svg
βΒ Β βΒ Β βββ nucleo-icons.ttf
βΒ Β βΒ Β βββ nucleo-icons.woff
βΒ Β βΒ Β βββ nucleo-icons.woff2
βΒ Β βββ scss
βΒ Β βββ argon-dashboard
βΒ Β βΒ Β βββ bootstrap
βΒ Β βββ argon-dashboard-react.scss
βΒ Β βββ react
βΒ Β βββ _buttons.scss
βΒ Β βββ _mixins.scss
βΒ Β βββ _navbar-dropdown.scss
βΒ Β βββ _navbar.scss
βΒ Β βββ _tables.scss
βΒ Β βββ bootstrap
βΒ Β βΒ Β βββ _spinners.scss
βΒ Β βββ plugins
βΒ Β βΒ Β βββ _plugin-react-datetime.scss
βΒ Β βββ react-differences.scss
βββ components
βΒ Β βββ Footers
βΒ Β βΒ Β βββ AdminFooter.js
βΒ Β βΒ Β βββ AuthFooter.js
βΒ Β βββ Headers
βΒ Β βΒ Β βββ EditHeader.js
βΒ Β βΒ Β βββ Header.js
βΒ Β βΒ Β βββ UserHeader.js
βΒ Β βββ Navbars
βΒ Β βΒ Β βββ AdminNavbar.js
βΒ Β βΒ Β βββ AuthNavbar.js
βΒ Β βββ PrivateRoute
βΒ Β βΒ Β βββ AuthRoutes.js
βΒ Β βΒ Β βββ PrivateRoute.js
βΒ Β βββ Sidebar
βΒ Β βββ Sidebar.js
βββ config.js
βββ index.js
βββ layouts
βΒ Β βββ Admin.js
βΒ Β βββ Auth.js
βββ network
βΒ Β βββ ApiAxios.js
βββ routes.js
βββ variables
βΒ Β βββ charts.js
βββ views
βββ Index.js
βββ examples
βββ ConfirmEmail.js
βββ ConfirmPassword.js
βββ EditProfile.js
βββ Icons.js
βββ Login.js
βββ Maps.js
βββ Profile.js
βββ Register.js
βββ ResetPassword.js
βββ ResetPasswordSuccess.js
βββ Tables.js
βββ UsersTable.js
At present, we officially aim to support the last two versions of the following browsers:
- Demo: https://argon-dashboard-react-nodejs.creative-tim.com/
- Download Page: https://www.creative-tim.com/product/argon-dashboard-react?ref=adr-github-readme
- Documentation: https://demos.creative-tim.com/argon-dashboard-react/#/documentation/quick-start-nodejs
- License Agreement: https://www.creative-tim.com/license?ref=adr-github-readme
- Support: https://www.creative-tim.com/contact-us?ref=adr-github-readme
- Issues: Github Issues Page
We use GitHub Issues as the official bug tracker for the Argon Dashboard React with Node JS. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Argon Dashboard React with Node JS. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
- Copyright 2021 Creative Tim (https://www.creative-tim.com/?ref=adr-github-readme)
- Copyright 2021 ProjectData (https://projectdata.dev)
- Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-react/blob/master/LICENSE.md?ref=creativetim)
- Tutorials
- Affiliate Program (earn money)
- Blog Creative Tim
- Free Products from Creative Tim
- Premium Products from Creative Tim
- React Products from Creative Tim
- Angular Products from Creative Tim
- VueJS Products from Creative Tim
- More products from Creative Tim
- Check our Bundles here
Twitter: https://twitter.com/CreativeTim?ref=creativetim
Facebook: https://www.facebook.com/CreativeTim?ref=creativetim & https://www.facebook.com/projectdatadevelopement/
Dribbble: https://dribbble.com/creativetim?ref=creativetim
Instagram: https://www.instagram.com/CreativeTimOfficial?ref=creativetim











