An Next.js starter project that works with Docker, Docker Compose, and Shipyard out of the box.
- Next.js - React framework for production grade apps that scale
- Typescript - typed superset of JavaScript that compiles to plain JavaScript
- Material-UI - React components for faster and simpler web development
- Docker & Docker Compose - to build and run the app
- Make - to easily run commands needed for development
- Run
make develop
at the root of this project. - Visit the app at http://localhost:3000.
- Make your code changes! The app will reload whenever you save.