Skip to content

A quick demo of an app stack with Meteor, React, npm, and testing with Chimp, Cucumber and Jasmine

Notifications You must be signed in to change notification settings

orangecms/meteor-react-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

About

This is quick demo of testing an app stack with Meteor and React with Chimp, Cucumber and Jasmine.

Check out Xolv.io's example for reference.

Quick installation

cd src && meteor npm i && meteor npm start

Original project setup

Building up the stack is easily done in a few steps:

  1. Create my-project
mkdir my-project
cd my-project
npm init
npm i --save --dev chimp cucumber
meteor create src
cd src
  1. Remove insecure stuff and other useless junk we don't want
meteor remove autopublish insecure blaze-html-templates mobile-experience
  1. Remove scaffolding files from the client
rm client/*.*
  1. Kick off npm for Meteor and add React to the stack
meteor npm init
meteor npm i
meteor npm i --save react react-dom

Go for it!

meteor npm start

About

A quick demo of an app stack with Meteor, React, npm, and testing with Chimp, Cucumber and Jasmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published