Skip to content

NPM cli to quickly scaffold React or Express project

Notifications You must be signed in to change notification settings

utkarsh1311/make-project

Repository files navigation

alt text

1. Introduction

This is a simple cli-app that will help you to create a new project with a simple structure.

make-project

A simple CLI tool to quickly scaffold React or Express projects with a predefined structure and dependencies.

Project Types

React Project

  • Uses Vite as the build tool
  • Includes Tailwind CSS for styling
  • Sets up a basic project structure
  • Configures Prettier for code formatting

Express Project

  • Sets up a basic API structure
  • Includes common middleware (cors, morgan)
  • Configures environment variables with dotenv
  • Includes MongoDB connection setup with Mongoose

Dependencies

React Project
  • React
  • Vite
  • Tailwind CSS
  • Prettier
Express Project
  • Express
  • Morgan
  • Dotenv
  • CORS
  • JSON Web Token
  • Bcrypt.js
  • Mongoose

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

License

MIT

Author

Your Name - utkarsh1311


Happy coding! 🎉

About

NPM cli to quickly scaffold React or Express project

Topics

Resources

Stars

Watchers

Forks