https://github.com/dataesr/doadify
Doadify your app with our templates
https://github.com/dataesr/doadify
Last synced: 5 months ago
JSON representation
Doadify your app with our templates
- Host: GitHub
- URL: https://github.com/dataesr/doadify
- Owner: dataesr
- License: mit
- Created: 2023-03-21T17:53:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:54:08.000Z (over 1 year ago)
- Last Synced: 2025-09-11T10:26:28.416Z (9 months ago)
- Language: TypeScript
- Size: 4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doadify
Doadify your app with our templates
Start a new project:
```
npx @dataesr/doadify@latest
cd && npm i && npm run start
```
Edit github workflows
## Fullstack or not ?
During the Doadify installation process, you will be asked if you need a server or not.
## Create a new NPM release
`npm version [patch|minor|major] && git push origin main --tags`.