Skip to content

A reactJS application displaying and searching product titles from a JSON graph

Notifications You must be signed in to change notification settings

kcijezie/react-search-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS, ExpressJS, NodeJS with Mocha Unit testing

Great seed for ReactJS/Express/Node projects with heavy focus on unit and integration testing.

This repository contains 1 release:

  1. ^0.14.8 - for React JS ^0.14.8 and lower uses Component Pattern for Enterprise Javascript Apps

Info

Getting started

  1. Clone repository git clone https://github.com/kcijezie/react-search-store.git
  2. Enter project directory cd react-search-store
  3. Install dependencies npm i or npm install
  4. Run node server - start production server, try it by opening http://localhost:3000/

Tests - Find it in /src/readme

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/

About

A reactJS application displaying and searching product titles from a JSON graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published