create-next-fullstack
v1.0.6
Published
Set up a Fullstack Typescript, GraphQL, Typeorm and Nextjs project by running one command.
Downloads
2
Maintainers
Readme
Create Next Fullstack App
The fastest way to create a Fullstack App
Installation
You can use create-next-fullstack
with npx. Just open your terminal and run:
npx create-next-fullstack
Usage
After running the installation command, create-next-fullstack
will prompt you to specify your the name of your project and let you choose between different templates.
Once you chose your desired template, the tool will automatically create a fullstack project structure, including both frontend and backend, with Next.js, Graphql and Typeorm.
You can then start developing your project by navigating to the newly created directory.
Features
Easy installation using npx
Multiple templates to choose from (Planned)
Select your preferred database (PostgreSQL, MySQL / MariaDB or MongoDB)
Fullstack project structure with Next.js and TypeORM
TypeScript ready
License
MIT