react-demo

react ui example

MIT License

Stars
1

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

Badges
Extracted from project README
Build Status