Meteor project boilerplate in ES6 and react using AdminLTE styles.
- Node v6.9 or higher
- Npm v3 or higher
- Meteor v1.4.2.7
- accounts-password
- accounts-base
- alanning:roles
- react-meteor-data
- Clone this repo to
<yourapp>
git clone https://github.com/jeescu/meteor-react-admin-lte.git <yourapp>
- Remove
.git
cd <yourapp> && rm -rf .git
- Run project.
npm start
- Testing (port 3002)
npm run test