https://github.com/lnked/react-cms
CMS with react Admin Panel
https://github.com/lnked/react-cms
cms pwa react
Last synced: about 2 months ago
JSON representation
CMS with react Admin Panel
- Host: GitHub
- URL: https://github.com/lnked/react-cms
- Owner: lnked
- License: gpl-3.0
- Created: 2018-03-09T12:59:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T20:54:54.000Z (about 8 years ago)
- Last Synced: 2025-03-11T08:31:20.442Z (over 1 year ago)
- Topics: cms, pwa, react
- Language: TypeScript
- Homepage: https://lnked.github.io/react-cms
- Size: 1.64 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/lnked/react-cms/blob/master/LICENSE)
[](https://travis-ci.org/lnked/react-cms)
[](https://codeclimate.com/github/lnked/react-cms/maintainability)
[](https://codeclimate.com/github/lnked/react-cms/test_coverage)
[](https://codeclimate.com/github/lnked/react-cms)
---
react-cms a react web sterter kit.
## Installation
#### GIT
```bash
git clone -b master git@github.com:lnked/react-cms.git
```
OR
```bash
git init
git remote add origin git@github.com:lnked/react-cms.git
git fetch
```
Then run command
```bash
yarn install
```
## Run tasks
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
```
## Expected
- [x] Components
- [ ] Dashboard
- [ ] structure
- [ ] entities
- [ ] accounts
- [ ] globals
- [ ] assets
- [ ] updates
- [ ] locale
- [ ] extensions
- [ ] tasks
- [ ] shop
- [ ] settings
- [ ] REMOVE Any type | typesctipt
## Get in touch
- Bugs / Suggestions: [open an issue](https://github.com/lnked/react-cms/issues)