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-app
OR
npx create-mdsn-app
We 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 sync
to sync the template to the current directory - Run
yarn build
to build the template - Test your changes