All Projects → ilhammeidi → enlite-starter

ilhammeidi / enlite-starter

Licence: Apache-2.0 license
Enlite Starter - React Dashboard Starter Template with Firebase Auth

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Handlebars
879 projects
HTML
75241 projects

Projects that are alternatives of or similar to enlite-starter

awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (+35.71%)
Mutual labels:  responsive, material-ui, rtl, starter-kit, starter-project
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+96.43%)
Mutual labels:  starter-template, admin-dashboard, starter-kit, starter-project
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (+39.29%)
Mutual labels:  material-ui, rtl, starter-kit
Minwiz
Minimal starter kit for under 2 KB sites
Stars: ✭ 228 (+714.29%)
Mutual labels:  responsive, starter-template, starter-kit
Dash-UI
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.
Stars: ✭ 213 (+660.71%)
Mutual labels:  starter-template, admin-dashboard, starter-kit
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (+10.71%)
Mutual labels:  starter-template, starter-kit, starter-project
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-14.29%)
Mutual labels:  starter-template, starter-kit, starter-project
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+75114.29%)
Mutual labels:  material-ui, starter-kit, webpack5
React Social Network
Simple React Social Network
Stars: ✭ 409 (+1360.71%)
Mutual labels:  redux-saga, responsive, material-ui
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+21.43%)
Mutual labels:  starter-template, starter-kit, starter-project
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-46.43%)
Mutual labels:  starter-template, starter-kit, starter-project
materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+107.14%)
Mutual labels:  starter-template, starter-kit, starter-project
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+6567.86%)
Mutual labels:  responsive, material-ui, starter-kit
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (+728.57%)
Mutual labels:  responsive, admin-dashboard, starter-kit
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-3.57%)
Mutual labels:  material-ui, starter-template, starter-project
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+32.14%)
Mutual labels:  starter-template, starter-kit, starter-project
jss-material-ui
A enhanced styling engine for material-ui
Stars: ✭ 15 (-46.43%)
Mutual labels:  material-ui, jss
react-material-admin
A simple responsive admin template using react and material-ui
Stars: ✭ 39 (+39.29%)
Mutual labels:  material-ui, admin-dashboard
mf-lite
🎉 优雅且实用的基于 webpack module federation 的微前端解决方案 / Elegant and practical micro front-end solution based on webpack module federation.
Stars: ✭ 126 (+350%)
Mutual labels:  intl, webpack5
ruby-sinatra-starter-app
A starter project for Ruby On Sinatra web app projects to introduce programmers to Ruby programming.
Stars: ✭ 36 (+28.57%)
Mutual labels:  starter-kit, starter-project

Enlite Starter - React Admin Dashboard Template For Full-Stack Developer


Enlite Starter - React Dashboard Starter Template with Firebase Auth http://enlite.ux-maestro.com

Read documentation here

https://ilhammeidi.github.io/enlite-docs/#firebase

Template Feature

  • Modern Technologies. Built with one of most popular javascript library React.JS and Redux
  • Premium designs. Simple and elegant theme color along with dark and lightmode
  • Multiple layout and RTL Support. Sidebar and Topbar navigation layout. Auto RTL adjustment styling with jss-rtl
  • Authentication. Use Firebase social and email login
  • Pre-build apps. Sample CRUD app with Redux-Saga and Realtime DB integration.
  • Support multilanguage. Including 6 translation English, Deutsch, Arabic, Chinese, Bahasa Indonesia, Español.
  • 30+ react components and modules which reusable and easy to modify.
  • Various sample pages Landing page, 2 Dashboards variant, and many more
  • Next Generation JavaScript written in ES6
  • Responsive design Based on standard 12 Grid System
  • Starter Project. Build app from scratch without without being distracted from innate feature.
  • Test Unit. Material UI Components functional test with Mocha and Chai
  • High Performance. Styling with JSS (CSS in JS) and Async Code Splitting.
  • Clean code maintained by eslint.
  • Fully vector icons and font icons.
  • Direct code preview. Get source code easier without open files.
  • And many more…

Get Prime Version

enlite prime

GET IT NOW on Envato Market

SEE DEMO

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.

License

This project is licensed under the terms of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].