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
- Host: GitHub
- URL: https://github.com/trco/next-learn
- Owner: trco
- Created: 2019-07-09T16:55:38.000Z (almost 7 years ago)
- Default Branch: react-bootstrap-table2
- Last Pushed: 2023-01-04T04:02:13.000Z (over 3 years ago)
- Last Synced: 2025-02-08T18:33:57.543Z (over 1 year ago)
- Language: TypeScript
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
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