Skip to content

lnked/react-redux-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license Build Status Hits-of-Code style: styled-components


react-redux-typescript-starter

Installation

GIT

# 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

git init
git remote add origin [email protected]:lnked/react-redux-typescript-starter.git
git fetch origin
git pull origin master
# 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

About

React, redux, typescript, styled-components

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •