0.0.1 • Published 2 years ago

create-mw-app v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Create an express api or react frontend

➡️   To create a backend express project, run

$ npx create-mw-app express my-express-app

This clones our prisma express starter kit. This will soon change to include options for choosing mongodb as well.

➡️   To create a frontend react project, run

$ npx create-mw-app react my-react-app

This clones a react boilerplate bootstrapped with vite.js

Developing this utility

$ npm link
$ npx create-mw-app react my-react-app

Thanks