awesome-react-starter

2.3.5 • Public • Published

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

  • [x] TypeScript
  • [x] Styled Components
  • [x] PostCss / scss
  • [x] Svg sprites
  • [x] MobX
  • [x] Tests

Get in touch

Readme

Keywords

Package Sidebar

Install

npm i awesome-react-starter

Weekly Downloads

1

Version

2.3.5

License

MIT

Unpacked Size

725 kB

Total Files

429

Last publish

Collaborators

  • lnked