https://github.com/khromove/simple-react-app
https://github.com/khromove/simple-react-app
autobahn axios react react-dom react-router redux redux-saga semantic-ui webpack2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khromove/simple-react-app
- Owner: KhromovE
- Created: 2017-03-21T11:49:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T15:17:13.000Z (over 9 years ago)
- Last Synced: 2025-07-23T17:47:43.742Z (11 months ago)
- Topics: autobahn, axios, react, react-dom, react-router, redux, redux-saga, semantic-ui, webpack2
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-react-app
This repo contains the simple React app
### Start
```
npm start
```
### Test
```
npm test
npm run test:coverage
npm run test:watch
```