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
- Host: GitHub
- URL: https://github.com/beanloop/react-typescript-boilerplate
- Owner: beanloop
- Created: 2016-04-13T16:53:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T09:56:38.000Z (about 8 years ago)
- Last Synced: 2025-01-05T09:30:39.488Z (6 months ago)
- Topics: boilerplate, react, react-boilerplate, react-typescript-boilerplate, typescript, typescript-boilerplate
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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