NextJS Starter
Published: 2022-05-23
This template scaffolds a complete NextJS application. It comes with multiple APIs as backends pre-configured as well as some other features like mocking. Additionally, all code-generators are pre-configured to generate TypeScript type definitions for all Operations as well as a typesafe client, React Hooks, etc...
Usage:#
wunderctl init --template nextjs-starter
Usage with custom out dir:#
wunderctl init --template nextjs-starter -o /some/path