contenta_react_next
                                
                                 contenta_react_next copied to clipboard
                                
                                    contenta_react_next copied to clipboard
                            
                            
                            
                        React + Next.js implementation for Contenta
Demo
Live demo is available at https://contenta-react-next.now.sh.
Installation
- 
Clone git repo locally, then cd contenta_react_next make install make up
- 
Profit! You can open the application on http://app.docker.localhost
What's included?
- Local development environment based on docker.
- Set of make commands for faster local development.
- Eslintsupport.
- Configured Next.jsapplication.
- Scssframework with ability to put- .scssfiles per component.
- Live reload for all js/csschanges.
- Redux(with devtools) +- Redux Sagaconfigured.
- Basic robots.txt.
- Nice animation for pages transition.
Command list
- 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)