Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnked/react-redux-typescript-starter
React, redux, typescript, styled-components
https://github.com/lnked/react-redux-typescript-starter
Last synced: about 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T12:53:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T16:01:59.007Z (9 months ago)
- Language: TypeScript
- Homepage: https://react-mobx-typescript-starter.lnked.vercel.app/
- Size: 14.5 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![license](https://img.shields.io/github/license/lnked/react-redux-typescript-starter.svg)](https://github.com/lnked/react-redux-typescript-starter/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/lnked/react-redux-typescript-starter.svg?branch=master)](https://travis-ci.org/lnked/react-redux-typescript-starter)
[![Hits-of-Code](https://hitsofcode.com/github/lnked/react-redux-typescript-starter)](https://hitsofcode.com/view/github/lnked/react-redux-typescript-starter)
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](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
[![FOSSA Status](https://app.fossa.io/api/projects/custom%2B9130%2Fgit%40github.com%3Alnked%2Freact-redux-typescript-starter.git.svg?type=large)](https://app.fossa.io/projects/custom%2B9130%2Fgit%40github.com%3Alnked%2Freact-redux-typescript-starter.git?ref=badge_large)