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

https://github.com/beanloop/react-typescript-boilerplate


https://github.com/beanloop/react-typescript-boilerplate

boilerplate react react-boilerplate react-typescript-boilerplate typescript typescript-boilerplate

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# React Typescript boilerplate

## Commands
- `yarn start` - Starts a dev server on with hot loading.
- `yarn build` - Does a production build in dist.
- `yarn lint` - Runs the linter to check for style issues.
- `yarn test` - Runs the tests.

## Included packages
- [React 15.5](https://github.com/facebook/react)
- [React Router 4.1](https://github.com/ReactTraining/react-router)
- [Redux 3.6](https://github.com/reactjs/redux)
- [React Intl 2.2](https://github.com/yahoo/react-intl)
- [Recompose 0.23](https://github.com/acdlite/recompose)
- [Styled Components 1.4](https://github.com/styled-components/styled-components)

## Build tools
- Typescript
- Babel
- Webpack

### Development
- Hot loading

### Production
- Minifies with UglifyJS

## Branding
Names should be set in:

1. title in index.html
1. name, description, urls in package.json
1. names, urls in deploy.sh