https://github.com/marcisbee/react-test-app
https://github.com/marcisbee/react-test-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcisbee/react-test-app
- Owner: Marcisbee
- Created: 2018-09-27T18:54:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T07:27:39.000Z (almost 8 years ago)
- Last Synced: 2026-05-06T22:43:32.401Z (2 months ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-test-app
Fetches data from API with React+Redux.
To start development server, run command:
```ssh
npm run dev
```
To build a bundle for production, run command:
```ssh
npm run build
```
To test the project, run command:
```ssh
npm run test
```
or when writing tests:
```ssh
npm run test:watch
```