Skip to content

Easily start building web application by generating boilerplate for your next project.

License

Notifications You must be signed in to change notification settings

AlanD20/create-stack

Repository files navigation

Create-Stack CLI Boilerplate Generator

Create-Stack is a CLI application that allows you to Easily start building web application by generates boilerplate and pre-configured setup. Currently, it supports client and server side projects for web application.

Server Side Project

  • Nodejs + Expressjs + Prisma (Optional) With Typescript.
  • Lodash + PM2 (Optional).
  • Prettier Script to format.
  • (Optional) Docker compose template for Node app + MySQL + Adminer.
  • Rollup or tsup.

Client Side Project

  • React Typescript + React Router.
  • Tailwindcss + Daisyui plugin.
  • Postcss Config.
  • Prettier Script to format.
  • Redux with react configured. With an alert slice example.
  • Axios Config.
  • Fetch request hook.
  • Local Storage hook.
  • Some startup React components.
  • React Icons.
  • React Select.
  • Vite Typescript Path plugin.

Installation

   npm install @aland20/create-stack --location=global

Usage

  • Follow the steps to generate a boilerplate.
create-stack my-app

Contribute

Feel free to contribute and make a pull request :)

License

This repository is under MIT LICENSE

About

Easily start building web application by generating boilerplate for your next project.

Resources

License

Stars

Watchers

Forks