Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Bootstrap 4 React admin dashboard with a NodeJS REST API, built on Reactstrap and create-react-app.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Argon Dashboard React NodeJS is a free, open-source admin dashboard template by Creative Tim that pairs a React and Reactstrap front end (built with create-react-app) with a documented NodeJS REST API backend. Version 1.2.0, it is licensed under MIT and supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera.
The template is a full-stack starter: a front-end React app in the front-end folder and a back-end NodeJS server in the back-end folder. The front end uses Bootstrap 4, React, and Reactstrap, styled with SASS via argon-dashboard-react.scss. The back end includes Express routes, Passport.js configuration, MongoDB models (user and activeSession), cron jobs, and a users route. It ships with a password-protected HTTPS certificate pair for local development, plus a config.js for environment keys.
Install dependencies with npm install in both front-end and back-end folders. For development, run npm start in front-end and nodemon in back-end together; for production, run npm run build in front-end, move the build output into back-end, and start the Node server with nodemon.
Yes, it is open source under the MIT license, and the full source is available on GitHub and the Creative Tim website.
The front end uses React, Bootstrap 4, Reactstrap, and create-react-app. The back end uses NodeJS, Express, Passport.js for authentication, and MongoDB for data storage.
Yes, it ships with register, login, email confirmation, password reset, and reset-success pages, plus the API endpoints and Passport strategies to support them.
The official support covers the last two versions of Chrome, Firefox, Edge, Safari, and Opera.
The project is developed by Creative Tim in collaboration with ProjectData, and issues are tracked on the Creative Tim GitHub repository.
