1.0.2 • Published 2 years ago

create-my-saas v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

This is a boilder plate to build SaaS apps, built upon Next.js

Getting Started

First, run the development server:

#run
npx create-my-saas <app-name>
#cd in app directory
cd <app-name>
#install dependecies
npm install
#or
pnpm install

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!