/create-mern-ts-app

Create a Mongo-Express-React-Node Application written in TypeScript out of the box.

Primary LanguageTypeScriptMIT LicenseMIT

create-mern-ts-app

Create a Mongo-Express-React-Node Application written in TypeScript out of the box.

Generate your app

$ npx create-mern-ts-app my-app

$ cd my-app

Run your mongo instance locally, as for example

$ sudo mongod --dbpath /data/my-app/ --port 27017

Launch both backend and frontend simply running

$ yarn start

CI/CD

The application is ready to be tested with Travis and deployed to Heroku. Read more at Fullstack Express-React App With TypeScript

License

MIT