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
- Host: GitHub
- URL: https://github.com/sdetautomation/react-demo
- Owner: sdetAutomation
- License: mit
- Created: 2019-01-16T17:23:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T10:55:38.000Z (over 3 years ago)
- Last Synced: 2025-08-27T06:47:04.340Z (11 months ago)
- Topics: react, redux
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-demo
[](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