Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farynaio/moviegram
Simple responsive React app example
https://github.com/farynaio/moviegram
enzyme javascript jest json-server react react-redux react-router redux-saga
Last synced: 5 days ago
JSON representation
Simple responsive React app example
- Host: GitHub
- URL: https://github.com/farynaio/moviegram
- Owner: farynaio
- Created: 2019-05-22T11:57:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:14:39.000Z (almost 2 years ago)
- Last Synced: 2023-08-27T14:14:45.035Z (about 1 year ago)
- Topics: enzyme, javascript, jest, json-server, react, react-redux, react-router, redux-saga
- Language: JavaScript
- Homepage:
- Size: 673 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This application requires both client and server apps running separately. The instructions are below.
## Start client app
`npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.## Start API server
`npm run mock:server`
Start node.js mock server on port 3001.
## Tests
`npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.