Skip to content

cocktail-insights/meteor-react-admin-lte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor + React + AdminLTE

bitHound Code bitHound Dependencies

Meteor project boilerplate in ES6 and react using AdminLTE styles.

Boilerplate screenshot

Read the AdminLTE documentation.

Prerequisites

  • Node v6.9 or higher
  • Npm v3 or higher
  • Meteor v1.4.2.7

Pre-added meteor packages

  • accounts-password
  • accounts-base
  • alanning:roles
  • react-meteor-data

Installation

  1. Clone this repo to <yourapp>

git clone https://github.com/jeescu/meteor-react-admin-lte.git <yourapp>

  1. Remove .git

cd <yourapp> && rm -rf .git

  1. Run project.

npm start

  1. Testing (port 3002)

npm run test

Own the project and start coding!

About

Starter project for Meteor + React using AdminLTE UI.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 82.3%
  • JavaScript 17.6%
  • HTML 0.1%