All Projects → Divlo → create-fullstack-app

Divlo / create-fullstack-app

Licence: MIT license
Create Fullstack TypeScript application with ease.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to create-fullstack-app

Growth In Action
全栈增长工程师实战
Stars: ✭ 2,411 (+8213.79%)
Mutual labels:  fullstack
strapi-tinymce
Strapi extension to overwrite the current Wysiwyg by Tinymce
Stars: ✭ 39 (+34.48%)
Mutual labels:  strapi
nextjs-dapp-starter-ts
A fullstack monorepo template to develop ethereum dapps
Stars: ✭ 228 (+686.21%)
Mutual labels:  fullstack
Fullstack Challenges
Open source's challenges of full-stack jobs to test your skills
Stars: ✭ 227 (+682.76%)
Mutual labels:  fullstack
Moonzoon
Rust Fullstack Framework
Stars: ✭ 244 (+741.38%)
Mutual labels:  fullstack
Knowledge-Base
record every requirement and solution here
Stars: ✭ 31 (+6.9%)
Mutual labels:  fullstack
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (+503.45%)
Mutual labels:  fullstack
vuenode-fullstack
Vue.Js & Node fullstack Single Page Application with Relational databases as backend using Sequelize. Live Demo:
Stars: ✭ 42 (+44.83%)
Mutual labels:  fullstack
strapi-graphql-documentation
Collections of queries and mutations that hopefully help you in a Strapi project powered by GraphQL API 🚀
Stars: ✭ 45 (+55.17%)
Mutual labels:  strapi
rsp
A server-state reactive Java web framework for building real-time user interfaces and UI components.
Stars: ✭ 35 (+20.69%)
Mutual labels:  fullstack
Prisma Ecommerce
💰A graphql e-commerce real-world fullstack example (backoffice included)
Stars: ✭ 231 (+696.55%)
Mutual labels:  fullstack
Frontend Developer Roadmap
📘 Front-end developer roadmap in 2021. This repository aims to collect the most important concepts of front-end.
Stars: ✭ 233 (+703.45%)
Mutual labels:  fullstack
fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
Stars: ✭ 72 (+148.28%)
Mutual labels:  fullstack
Stator
Stator, your go-to template for the perfect stack. 😍🙏
Stars: ✭ 217 (+648.28%)
Mutual labels:  fullstack
react-soft-ui-dashboard
React Dashboard - Soft UI Dashboard | AppSeed
Stars: ✭ 171 (+489.66%)
Mutual labels:  fullstack
Framework
The li₃ fullstack distribution, including overarching directory layout, starting application, and a copy of the framework.
Stars: ✭ 199 (+586.21%)
Mutual labels:  fullstack
rock
fullstack generator equipped with following techs: Express, Ejs, Webpack, Vue, React...
Stars: ✭ 37 (+27.59%)
Mutual labels:  fullstack
strapi-template-corporate
Template to create Strapi projects pre-configured for corporate sites
Stars: ✭ 80 (+175.86%)
Mutual labels:  strapi
fullstack-typescript
A demo project of a full stack typescript application
Stars: ✭ 28 (-3.45%)
Mutual labels:  fullstack
strapi-plugin-github-publish
This is a plugin for Strapi headless CMS. It lets you trigger a GitHub Action workflow when the site is ready to be published.
Stars: ✭ 35 (+20.69%)
Mutual labels:  strapi

create-fullstack-app

Create Fullstack TypeScript application with ease.

⚠️ This project is not anymore maintained, you can still use the code as you wish and fork it to maintain it yourself.

Licence MIT Contributor Covenant Dependabot badge

Conventional Commits semantic-release npm version

Google Chrome Lighthouse

📜 About

create-fullstack-app is a CLI tool to easily generate boilerplate code for your projects with TypeScript. You don't need to learn and configure many tools and create the basics folders/files so you can focus on development. There are many templates available so you can generate any projects (front-end, back-end or both by default) with any frameworks.

🚀 Features

📦 Templates availables

Website (front-end)

API (back-end)

⚙️ Usage

npx create-fullstack-app <directory-name>

It will ask you some questions (template(s), name, description, etc.), when answered, it will copy and install all the dependencies needed for your project.

Options

-V, --version       Output the version number.
-h, --help          Display help for command.
--only-website      Generate only a website project.
--only-api          Generate only an API project.
--no-install        It avoids the installation of npm packages inside `node_modules`.
--github            It creates a `.github` folder that contains issues templates, pull request templates and configurations for GitHub Actions.
--template-api      Choose the API template.
--template-website  Choose the Website template.

💡 Contributing

Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.

The steps to contribute can be found in the CONTRIBUTING.md file.

📄 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].