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

https://github.com/icapps/react-thunk-template


https://github.com/icapps/react-thunk-template

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# react_thunk_template

[![Build Status](https://travis-ci.org/icapps/react-thunk-template.svg?branch=master)](https://travis-ci.org/icapps/react-thunk-template)

## Development

### Get started

Install dependencies
- `yarn` or `npm install`

### Npm scripts

#### `yarn start`

Run the app for development. With this invokation a startup script is used which starts up a development serve on port 3000 and restart on file change.

#### `yarn run build`

Build the app for production. This generates a build folder with optimised files which can be used to deploy.

## Test

#### `yarn run test`
Start the test watcher for developing tests. Follow instructions on the screen to write and develop tests.

## Deployment

Deployment to Heroku with a build pack for create-react-app. Use the following steps for the setup with the buildpack [https://github.com/mars/create-react-app-buildpack#quick-start]()