Skip to content

tusharnikam1/meteor-react-demo

 
 

Repository files navigation

Prerequisites

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

Meteor packages

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

Basic features

  • Authentication
  • Routing (Uses React Router as standard for React)

Installation

> git clone https://github.com/tushar21/meteor-react-demo.git <yourapp>
> cd <yourapp> && rm -rf .git
> npm install

Running Tests

Using Mocha as test driver package and PhantomJS for browser driver. Also included test utilities, Enzyme and Chai. See test examples in test/ folder.

> npm test

Linting

Uses Airbnb style guide. Just modify your rules in .eslintrc. Lint will also run automatically on precommit, making sure your code is still ES6 standard! You can modify the precommit command list on package.json if you want to add more cool stuffs.

> npm run lint

Own the project and start coding!

> npm start

About

Demo app using Meteor, React, MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.0%
  • JavaScript 24.8%
  • HTML 0.2%