https://github.com/koala-framework/kwf-react-starter
https://github.com/koala-framework/kwf-react-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koala-framework/kwf-react-starter
- Owner: koala-framework
- Created: 2018-08-06T15:06:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:47:00.000Z (over 3 years ago)
- Last Synced: 2025-12-30T22:41:07.880Z (6 months ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kwf-react-starter
## Installation
#### Add `composer-subproject` to composer.json
...
"koala-framework/composer-subproject": "1.0.x-dev"
...
"extra": {
...
"koala-framework-subproject": {
"kwf-react-starter": {
"install": "npm install",
"build": "npm run build"
}
}
}
#### Clone `kwf-react-starter` into project
git clone git@github.com:koala-framework/react-starter.git kwf-react-starter
rm -rf kwf-react-start/.git
#### Activate prettier for `.ts`, `.tsx`, `.js`, `.jsx`, `.json`, `.css`
## TODO's
- Gitlab Runner config for checking if prettier is active