create-mern-ts-app
v1.3.7
Published
This project will be **no longer maintained** and is now replaced for a much stronger and leaner generator for Fullstack applications in React. Please check:
Downloads
13
Readme
Project deprecated
This project will be no longer maintained and is now replaced for a much stronger and leaner generator for Fullstack applications in React. Please check:
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