2.3.5 • Published 7 years ago
awesome-react-starter v2.3.5
React-starter a react web starter kit.
Installation
GIT
git clone -b master git@github.com:lnked/react-starter.gitOR
git init
git remote add origin git@github.com: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
- TypeScript
- Styled Components
- PostCss / scss
- Svg sprites
- MobX
- Tests
Get in touch
- Bugs / Suggestions: open an issue
2.3.5
7 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