WondrousSquirrel / postman-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux-Template

reat redux bootstrap

About

Template for react/redux with bootstrap.

Usage

git clone this repo and inside folder execute npm install to install all dependencies.


To run dev server:

npm run client

for production use:

npm run build

Note

If u have jest version 21 or lower u need to add file shim.js inside test folder and put this functions inside file

global.requestAnitaionFrame = callback => {
  setTimeout(callback, 0);
}

About


Languages

Language:JavaScript 82.4%Language:CSS 14.9%Language:HTML 2.7%