create-mdsn-app
v1.1.2
Published
Pedromdsn Boilerplates
Downloads
7
Maintainers
Readme
Create MDSN APP StartKit
What is MDSN APP StartKit
MDSN APP StartKit is a project template repository. You can use it to create a new project.
Templates Used
NextJS StartKit
ExpressJS StartKit
If you want suggestions for new templates, please open an issue.
How to use
yarn create mdsn-app
OR
npx create-mdsn-app
Contributing
We welcome contributions from the community.
- Fork the repo
- Create a branch for your feature
- Commit your changes
- Push to the branch
Development
- 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