Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.19 KB

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!