https://github.com/marcisbee/react-test-app
https://github.com/marcisbee/react-test-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcisbee/react-test-app
- Owner: Marcisbee
- Created: 2018-09-27T18:54:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T07:27:39.000Z (over 6 years ago)
- Last Synced: 2025-02-24T03:15:20.485Z (3 months ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 3
- 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
```