docker-next-app

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

MIT License

Stars
0

Docker next app


Description

Starter for a ssr single page app powered by Next.js and Typescript. Includes a Dockerfile 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