MDSN APP StartKit is a project template repository. You can use it to create a new project.
NextJS StartKit
ExpressJS StartKit
If you want suggestions for new templates, please open an issue.
yarn create mdsn-appOR
npx create-mdsn-appWe welcome contributions from the community.
- Fork the repo
- Create a branch for your feature
- Commit your changes
- Push to the branch
- Clone the repo
- Install dependencies
- Edit whatever you want
- Run
yarn syncto sync the template to the current directory - Run
yarn buildto build the template - Test your changes