All Projects → Fabianopb → create-mern-ts-app

Fabianopb / create-mern-ts-app

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to create-mern-ts-app

ak-cli
🔖 Collection of useful cli commands
Stars: ✭ 39 (+30%)
Mutual labels:  heroku, mongo
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (+100%)
Mutual labels:  heroku, travis-ci
eksi
Eksi sözlük crawl,stat , api calismalari
Stars: ✭ 25 (-16.67%)
Mutual labels:  heroku, travis-ci
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (+776.67%)
Mutual labels:  heroku, travis-ci
tyr
A CLI to generate node.js applications in an opinionated way.
Stars: ✭ 28 (-6.67%)
Mutual labels:  heroku, travis-ci
Ng Demo
🦴 Bare Bones Angular 10 and Angular CLI Tutorial
Stars: ✭ 154 (+413.33%)
Mutual labels:  heroku, travis-ci
floss
Unit-testing for those hard to reach places
Stars: ✭ 26 (-13.33%)
Mutual labels:  travis-ci
Parkour
The ultimate Parkour plugin.
Stars: ✭ 59 (+96.67%)
Mutual labels:  travis-ci
TelegramBot-Go
Telegram bot which search information in Wikipedia and written on Go language
Stars: ✭ 35 (+16.67%)
Mutual labels:  travis-ci
Registration-and-Login-using-MERN-stack
Simple Registration and Login component with MERN stack
Stars: ✭ 210 (+600%)
Mutual labels:  mongo
pytest-mock-resources
Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
Stars: ✭ 84 (+180%)
Mutual labels:  mongo
video-to-markdown
How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
Stars: ✭ 159 (+430%)
Mutual labels:  travis-ci
Websocket-React-Chatroom
A chatroom powered by React-Hooks and Websocket🚀
Stars: ✭ 76 (+153.33%)
Mutual labels:  travis-ci
koa-session-mongoose
Mongoose store for Koa sessions
Stars: ✭ 29 (-3.33%)
Mutual labels:  mongo
plugin.video.sendtokodi
📺 plays various stream sites on kodi using youtube-dl
Stars: ✭ 86 (+186.67%)
Mutual labels:  travis-ci
tutorials
Collection of tutorials for various libraries and technologies
Stars: ✭ 98 (+226.67%)
Mutual labels:  mongo
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+233.33%)
Mutual labels:  mongo
travis-ci-tutorial-java
Just to learn how to use travis-ci in a java project!
Stars: ✭ 38 (+26.67%)
Mutual labels:  travis-ci
continuous-integration-with-python
How to test your python code. How to automatically run your tests for your Python code. How to get reports of the tests coverage
Stars: ✭ 25 (-16.67%)
Mutual labels:  travis-ci
junos-automation-with-ansible
How to automate Junos with Ansible. This project has many ready-to-use Ansible playbooks to interact with Junos devices.
Stars: ✭ 69 (+130%)
Mutual labels:  travis-ci

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].