https://github.com/icapps/react-thunk-template
https://github.com/icapps/react-thunk-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icapps/react-thunk-template
- Owner: icapps
- Created: 2017-07-31T07:35:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:33:20.000Z (over 3 years ago)
- Last Synced: 2024-03-15T12:15:42.233Z (about 2 years ago)
- Language: JavaScript
- Size: 2.6 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react_thunk_template
[](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]()