Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 390 Bytes

doadify

Doadify your app with our templates

Start a new project:

npx @dataesr/doadify@latest <folderName>
cd <folderName> && 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.