React boilerplate, pwa, router
npm install awesome-react-starter



---
React-starter a react web starter kit.
#### GIT
``bash`
git clone -b master git@github.com:lnked/react-starter.git
OR
`bash`
git init
git remote add origin git@github.com:lnked/react-starter.git
git fetch origin
Then run command
`bash`
yarn
OR
`bash`
npm i
Start dev-server
`bash`
yarn start
Build without compress
`bash`
yarn build
Build with compress
`bash`
yarn release
Analyze code
`bash`
yarn analyze
Stats
`bash`
yarn stats
Lint scripts
`bash`
yarn lint:scripts
Lint styles
`bash`
yarn lint:styles
Lint styles and scripts
`bash`
yarn lint
Fix
`bash`
yarn run lint:fix
bash
yarn release --env example
`
Requires a file .env.example` file in the root folder of the project