Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Contenta React Demo
with Redux, Aphrodite, and server-side rendering
http://react.contentacms.io/

## Quick Start
```bash
git clone [email protected]:contentacms/contenta_react.git
cd contenta_react
yarn install
yarn start
```
Expand Down Expand Up @@ -32,5 +36,13 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br>
You will also see any lint errors in the console.

## Useful Links
- [Contenta](http://www.contentacms.org/)
- [Sample Source Data](http://live-contentacms.pantheonsite.io/)
- [Demo Implementation Guidelines](https://contentacms.readthedocs.io/en/latest/demos-consumers-implementation-guidelines/)
- [Wireframes for Umami](https://www.drupal.org/node/2818741#comment-12114776)
- [React JS](https://reactjs.org/)
- [React Create App](https://github.com/facebookincubator/create-react-app)
- [Atomic Design](http://bradfrost.com/blog/post/atomic-web-design/)

## This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).