2.3.5 • Published 6 years ago

awesome-react-starter v2.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

license Build Status

Code Climate Issue Count


React-starter a react web starter kit.

Installation

GIT

git clone -b master git@github.com:lnked/react-starter.git

OR

git init
git remote add origin git@github.com:lnked/react-starter.git
git fetch origin

Then run command

yarn

OR

npm i

Run tasks

Start dev-server

yarn start

Build without compress

yarn build

Build with compress

yarn release

Analyze code

yarn analyze

Stats

yarn stats

Lint scripts

yarn lint:scripts

Lint styles

yarn lint:styles

Lint styles and scripts

yarn lint

Fix

yarn run lint:fix

Build with environment

yarn release --env example

Requires a file .env.example file in the root folder of the project You can add any files to your environments

Features

  • TypeScript
  • Styled Components
  • PostCss / scss
  • Svg sprites
  • MobX
  • Tests

Get in touch

2.3.5

6 years ago

2.3.4

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.17

7 years ago

2.2.16

7 years ago

2.2.15

7 years ago

2.2.14

7 years ago

2.2.13

7 years ago

2.2.12

7 years ago

2.2.11

7 years ago

2.2.10

7 years ago

2.2.9

7 years ago

2.2.8

7 years ago

2.2.7

7 years ago

2.2.5

7 years ago

2.2.4

7 years ago

2.2.3

7 years ago