contentacms / contenta_react_next

React + Next.js implementation for Contenta
https://contenta-react-next.now.sh
14 stars 10 forks source link

Demo

Live demo is available at https://contenta-react-next.now.sh.

Installation

  1. Clone git repo locally, then

    cd contenta_react_next
    make install
    make up
  2. Profit! You can open the application on http://app.docker.localhost

What's included?

  1. Local development environment based on docker.
  2. Set of make commands for faster local development.
  3. Eslint support.
  4. Configured Next.js application.
  5. Scss framework with ability to put .scss files per component.
  6. Live reload for all js / css changes.
  7. Redux (with devtools) + Redux Saga configured.
  8. Basic robots.txt.
  9. Nice animation for pages transition.

Command list