awesome-react-starter
v2.3.5
Published
React boilerplate, pwa, router
Readme
React-starter a react web starter kit.
Installation
GIT
git clone -b master [email protected]:lnked/react-starter.gitOR
git init
git remote add origin [email protected]:lnked/react-starter.git
git fetch originThen run command
yarnOR
npm iRun tasks
Start dev-server
yarn startBuild without compress
yarn buildBuild with compress
yarn releaseAnalyze code
yarn analyzeStats
yarn statsLint scripts
yarn lint:scriptsLint styles
yarn lint:stylesLint styles and scripts
yarn lintFix
yarn run lint:fixBuild with environment
yarn release --env exampleRequires 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
- Bugs / Suggestions: open an issue
