Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabervitale/docker-next-app
- Owner: FaberVitale
- License: mit
- Created: 2019-11-06T21:59:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:20:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T17:41:22.894Z (about 1 month ago)
- Topics: docker, nextjs, typescript, yarn
- Language: TypeScript
- Size: 817 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)