An open API service indexing awesome lists of open source software.

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

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`.