Live demo is available at https://contenta-react-next.now.sh.
-
Clone git repo locally, then
cd contenta_react_next make install make up
-
Profit! You can open the application on
http://app.docker.localhost
- Local development environment based on docker.
- Set of make commands for faster local development.
Eslint
support.- Configured
Next.js
application. Scss
framework with ability to put.scss
files per component.- Live reload for all
js
/css
changes. Redux
(with devtools) +Redux Saga
configured.- Basic
robots.txt
. - Nice animation for pages transition.
make install
- installs the whole application locally.make up
- runs the application in console debug mode.make stop
- pauses the application.make down
- completely stops the application and removes docker containers.make restart
- restarts the application containers.make lint
- checks coding standards and fixes issues if possible.make deploy
- deploys the application to Now server (NOTE: You'll need to have Now CLI installed)