Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.