create-fullstack-app
Create Fullstack TypeScript application with ease.
📜 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
💯 Maximize Lighthouse Google Chrome score✨ Follow Typescript Standard Style⚡️ Easy to use
📦 Templates availables :
Website (front-end) :
API (back-end) :
Note : The projects templates use MySQL as database.
- Express.js with Sequelize (ORM)
- Strapi (Headless CMS)
- Nest.js (framework for building efficient, scalable server-side applications)
⚙️ 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
Advice :
By default, when you generate a website (front-end) project, there are the icons of the TypeScript logo in various sizes located in the static/public folder.
You can easily generate you own icons of various sizes thanks to Web App Manifest Generator.
