https://github.com/zoey-kaiser/outdated-nextjs-ts-scaffold
A simple NextJS Scaffold for new React projects.
https://github.com/zoey-kaiser/outdated-nextjs-ts-scaffold
Last synced: 3 months ago
JSON representation
A simple NextJS Scaffold for new React projects.
- Host: GitHub
- URL: https://github.com/zoey-kaiser/outdated-nextjs-ts-scaffold
- Owner: zoey-kaiser
- Created: 2022-01-20T10:43:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T13:17:05.000Z (over 3 years ago)
- Last Synced: 2025-04-05T01:30:03.667Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS-TS-Scaffold
This project uses NextJS, the react framework for production.
If you want to learn more about NextJS, please visit its website: https://nextjs.org/## Usage
```bash
# run production build
$ docker-compose up -d# run production build (with rebuild in case of new changes)
$ docker-compose up -d --build# view docker logs
$ docker-compose logs -t -f# close docker process
$ docker-compose down
```