An open API service indexing awesome lists of open source software.

https://github.com/trco/next-learn

Learning Next.js
https://github.com/trco/next-learn

Last synced: 5 months ago
JSON representation

Learning Next.js

Awesome Lists containing this project

README

          

===================================
NextJS & Docker & Process Manager 2
===================================

NextJS with Docker and Process Manager 2.

Setup
=====

Build Docker image::

$ make build

Start Docker container::

$ make local

Install packages::

$ npm install

Build NextJS application::

$ npm run next

Start application and visit http://localhost:8080::

$ npm run start