https://github.com/buzz/djangoreact
https://github.com/buzz/djangoreact
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/buzz/djangoreact
- Owner: buzz
- Created: 2017-04-02T23:43:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T17:34:50.000Z (over 7 years ago)
- Last Synced: 2025-02-17T20:41:07.825Z (about 1 year ago)
- Language: JavaScript
- Size: 916 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactail
Reactail is [Wagtail](https://wagtail.io/) married to [React](https://facebook.github.io/react/).
It allows you to benefit from a great CMS while working with modern UI components.
## Configuration
Reactail is configured using [*npm config files*](https://docs.npmjs.com/misc/config). You need to copy `.npmrc.example` to `.npmrc` and set `reactail:secret-key`.
```
$ npm install
$ npm run wagtail:create-virtualenv
$ npm run wagtail:manage migrate
$ npm run wagtail:manage createsuperuser
```
## Running
```
$ npm run dev
```
You should be able to access http://localhost:8000/admin/.