Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```