An open API service indexing awesome lists of open source software.

https://github.com/sdetautomation/react-demo

react ui example
https://github.com/sdetautomation/react-demo

react redux

Last synced: 2 months ago
JSON representation

react ui example

Awesome Lists containing this project

README

          

# react-demo

[![Build Status](https://travis-ci.org/sdetAutomation/react-demo.svg?branch=master)](https://travis-ci.org/sdetAutomation/react-demo)

Install dependencies: `yarn`

brew install node

brew install nvm

nvm install v8.14.0

execute `npm install`

create at root of project: .babelrc, .editorconfig, .eslintrc, webpack.config.dev.js, tools (folder)

Babel - compiler

Webpack - bundler

ESLint - static code analysis / linting

Mocha - testing

Express - serving app

nmp scripts - tieing the process together