Skip to content

Common Redux and Infrastructure layer used by ReHacked Labs

Notifications You must be signed in to change notification settings

reactjstampabay/rehacked-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rehacked-common

Usage

npm install git://github.com/reactjstampabay/rehacked-common --save

//ES2015
import * as common from rehacked-common; 

//ES5
var common = require('rehacked-common');

Local Dev

Fire up nodemon to watch for changes and rebuild lib

npm start

Build output in the lib directory

npm run build:lib

Unit tests

npm test

About

Common Redux and Infrastructure layer used by ReHacked Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published