This is a Meteor 1.3.x and React 15+ starter kit. Use this as the basis for your next Meteor & React project. I built this for myself and I use a version of it (different style) for foundation to my client work it has served me well and provided me with a head start for each and every project I have used it on.
- Clean modern design
- Marketing Site and Application Site
- 100% React view layer (Even accounts)
- Based on Meteor 1.3.x and ReactJS 15+ (Latest and greatest)
- Stateless function components and containers
- Meteor Toys (use Ctrl-M to activate)
- MIT License
- Used on a production application
- Actively maintained
- Clone the repo to your local machine
- run
npm i - run
meteor - open browser at localhost:3000
- Start coding your application...
- (Optional) To include social (outh) services uncomment the line in server/entry.js
- (Optional) To bootstrap users uncomment the line in server/entry.js
This is a project that I use for my own personal use, however now that it's open source it's likely that you might add features to it that solve your own needs. If you do please contribute back via pull requests.
I'm particularly interested in:
- Responsive CSS
- Admin features
- Test coverage
- Mantra


