https://github.com/lnked/react-redux-typescript-starter
React, redux, typescript, styled-components
https://github.com/lnked/react-redux-typescript-starter
Last synced: 2 months ago
JSON representation
React, redux, typescript, styled-components
- Host: GitHub
- URL: https://github.com/lnked/react-redux-typescript-starter
- Owner: lnked
- License: mit
- Created: 2019-02-10T17:00:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T12:53:00.000Z (over 2 years ago)
- Last Synced: 2025-03-30T01:51:44.911Z (3 months ago)
- Language: TypeScript
- Homepage: https://react-mobx-typescript-starter.lnked.vercel.app/
- Size: 14.5 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/lnked/react-redux-typescript-starter/blob/master/LICENSE)
[](https://travis-ci.org/lnked/react-redux-typescript-starter)
[](https://hitsofcode.com/view/github/lnked/react-redux-typescript-starter)
[](https://github.com/styled-components/styled-components)---
# react-redux-typescript-starter
## Installation
#### GIT
```bash
# Create project folder
mkdir app# Go to the project root
cd app# Clone the repository (stable branch)
git clone -b master https://github.com/lnked/react-redux-typescript-starter.git .# OR download the latest release at: https://github.com/lnked/react-redux-typescript-starter/releases/latest
```OR
```bash
git init
git remote add origin [email protected]:lnked/react-redux-typescript-starter.git
git fetch origin
git pull origin master
``````bash
# Install
yarn
# or
npm i
```## Run tasks
```
# Start a development server
yarn start# Build for production
yarn build# Build for anayze
yarn analyze# Lint
yarn lint# Lint fix
yarn lint:fix
```## License
[](https://app.fossa.io/projects/custom%2B9130%2Fgit%40github.com%3Alnked%2Freact-redux-typescript-starter.git?ref=badge_large)