Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T13:17:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T15:46:19.289Z (about 1 month 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
```