An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![license](https://img.shields.io/github/license/lnked/react-cms.svg)](https://github.com/lnked/react-cms/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/lnked/react-cms.svg?branch=master)](https://travis-ci.org/lnked/react-cms)

[![Maintainability](https://api.codeclimate.com/v1/badges/7cb8a239e7afa9f101d5/maintainability)](https://codeclimate.com/github/lnked/react-cms/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7cb8a239e7afa9f101d5/test_coverage)](https://codeclimate.com/github/lnked/react-cms/test_coverage)
[![Issue Count](https://codeclimate.com/github/lnked/react-cms/badges/issue_count.svg)](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)