Skip to content

React Dashboard Boilerplate RTL is a free and open source admin dashboard template built in React.js and based on the Material-UI design system.

Notifications You must be signed in to change notification settings

J3brahimi/react-dahboard-boilerplate-rtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Dashboard Boilerplate RTL

React Dashboard Boilerplate RTL is a free and open source admin dashboard template built in React.js and based on the Material-UI design system.

Quick start

Using Yarn

  1. Make sure you have Yarn installed.
  2. After installing yarn, open a terminal and run yarn install in the main volt folder to download all project dependencies.
yarn install
  1. Then start the app in development mode by running the following command in terminal:
yarn start
  1. Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.

  2. If you want to generate the production files, change the homepage value from the package.json to the domain name that the app will be hosted on, and then run the following command in the terminal:

yarn build

Using NPM

  1. Make sure you have Node.js installed. Make sure the installed Node version is >= 8.10 and of npm >= 5.6

  2. After installing Node.js, open a terminal and run npm install in the main volt-react-dashboard/ folder to download all project dependencies. You'll find them in the node_modules/ folder.

npm install
  1. Then start the app in development mode by running the following command in terminal:
npm run start
  1. Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.

  2. If you want to generate the production files, change the homepage value from the package.json to the domain name that the app will be hosted on, and then run the following command in the terminal:

npm run build

About

React Dashboard Boilerplate RTL is a free and open source admin dashboard template built in React.js and based on the Material-UI design system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published