2.3.5 • Published 5 years ago

awesome-react-starter v2.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

2.3.4

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.17

6 years ago

2.2.16

6 years ago

2.2.15

6 years ago

2.2.14

6 years ago

2.2.13

6 years ago

2.2.12

6 years ago

2.2.11

6 years ago

2.2.10

6 years ago

2.2.9

6 years ago

2.2.8

6 years ago

2.2.7

6 years ago

2.2.5

6 years ago

2.2.4

6 years ago

2.2.3

6 years ago