npm i -g yo generator-agen
yarn global add yo generator-agen
yo agen
And that's basically it!
- React (Parcel)
. ├── src │ ├── components │ │ └── App.tsx │ ├─── state │ │ └── index.ts │ ├── index.html │ ├── index.tsx │ └── parcel.d.ts ├── .env ├── .env.example ├── tsconfig.json └── package.json
- Express
. ├── src │ ├── app.ts ├── typings │ └── environment.d.ts ├── .env ├── .env.example ├── tsconfig.json └── package.json
- Simple node app
. ├── src │ └── index.jss └── package.json