NextJS
A sample NextJS with Apollo app for KintoHub
๐ Deploying on KintoHub
- Service Type: Web App
- Repo: https://github.com/kintohub/kintohub
- Branch: master
- Language: NodeJS
- Language version: 13
- Build Command:
npm install && npm run build
- Start Command:
npm start
- Subfolder Path:
./docs/examples/nextjs-apollo
- Port: 3000
๐จ Running locally
Pre-requisites: NodeJS v13+
- Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub/kintohub
$ cd kintohub/examples/nextjs-apollo
- Install the dependencies
$ npm install && npm run build
- To start the app
Runs production server
$ npm start
Run a development server
$ npm run dev
๐ Support
Contact us: https://www.kintohub.com/contact-us