Great seed for ReactJS/Express/Node projects with heavy focus on unit and integration testing.
This repository contains 1 release:
^0.14.8
- for React JS ^0.14.8 and lower uses Component Pattern for Enterprise Javascript Apps
- Learn ES2015 Babel blog post A detailed overview of ECMAScript 2015 features
- Node with examples of express-graphql
- Clone repository
git clone https://github.com/kcijezie/react-search-store.git
- Enter project directory
cd react-search-store
- Install dependencies
npm i
ornpm install
- Run
node server
- start production server, try it by openinghttp://localhost:3000/
For more detailed info about tests check the mocha website.
- Enter project directory
cd src
- Run
npm install
to install JS libraries in src/package.json - Run
npm test
for unit tests from src/ - Run
gulp
to build app from src/