Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabervitale/docker-next-app

Starter for a single page application powered by typescript next.js and docker
https://github.com/fabervitale/docker-next-app

docker nextjs typescript yarn

Last synced: 13 days ago
JSON representation

Starter for a single page application powered by typescript next.js and docker

Awesome Lists containing this project

README

        

# Docker next app

- [Description](#description)
- [Scripts](#scripts)
- [LICENSE](#license)

---

## Description

Starter for a ssr single page app powered by [Next.js](https://nextjs.org/docs) and [Typescript](https://www.typescriptlang.org/).
Includes a [Dockerfile](https://docs.docker.com/engine/reference/builder/) to run the app in a container.

## Scripts

### yarn dev

Starts the development server.

### yarn test

Runs tests.

### yarn build

Builds and emits production code and assets to `./build`.

### yarn lint

Validates typescript code and runs linter.

### yarn start:prod

Runs server in production environment.

### yarn analyze

Runs analyzer server to inspect dependencies.

## License

[MIT](/LICENSE)