Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.12 KB

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