next-kickstart
v0.2.1
Published
<pre align="center" style="color: cyan;"> _ ___ _ _ _ | | / (_) | | | | | | | |/ / _ ___| | _____| |_ __ _ _ __| |_ | \| |/ __| |/ / __| __/ _` | '__| __| | |\ \ | (__| <\__ \ || (_| | |
Readme

Table of contents
- Next Kickstart
- Getting Started
Next-Kickstart is an opinionated NextJS 13 (App Router) CLI template generator that contains everything you need for developing a full-stack applications.
It consists of:
To initialize a new next-kickstart application, run any of the following
commands and answer the command prompt questions:
npm
npx next-kickstart <folder name>pnpm
pnpm dlx next-kickstart <folder name>For more advanced usage, check out the docs.
