Enlite Starter - React Admin Dashboard Starter Project For Full-Stack Developer
- Ilham Meidi
- Jun 17, 2022
- 1 min read
Updated: Jun 18, 2022
Enlite Starter - React Dashboard Starter Template with Firebase Auth.
Read documentation here

Installation
Clone this project
Install module dependencies by run this script in terminal npm install
After finish downloading, then build Build Webpack DLL dependencies(If necessary). npm run build:dll
Finally run the app. npm start
Navigate to http://localhost:3001
Deployment
First you need to build the production assets first npm run build
Then start the app npm run start:prod
If you want run it in background you may try PM2 https://www.npmjs.com/package/pm2 Then run this command: node node_modules/.bin/cross-env NODE_ENV=production pm2 start server
Navigate to http://localhost:3001
Enable Direct Code Preview
To make documenation easy and effective to access and implement, we attached source code in every component demos. We call it Direct Code Preview. This feature can be used in purchased product only (not available in demo).
Open config file /app/config/codePreview.js
By default set by false
Change to enable: true, to enabled direct code preview
Test with any component demo, example in http://localhost:8080/app/tables/advanced-table.
Then at the bottom of every components you will see <> Show Code Button. Just click it.
The source code of that components will show as well.
You can see through, copy and paste directly any component in front of your eyes.
Comments