Skip to content

nameishyam/initx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initx

A lightning-fast CLI tool to scaffold a modern full-stack application with React (Vite) on the frontend and Express on the backend, pre-configured with a root orchestrator.

Features

  • Frontend: React + Vite (Fast Refresh enabled).
  • Backend: Node.js + Express (CORS pre-configured).
  • Orchestration: Run both frontend and backend simultaneously with a single command using concurrently.
  • Pre-built Status Check: A built-in connection test to verify your API is talking to your UI immediately.

Quick Start

You don't need to install anything globally. Just run:

npx create-initx my-app

and follow the steps there after.

Your frontend will be running on http://localhost:5173 and your backend on http://localhost:5000.

Project Structure

my-app/
├── frontend/        # Vite + React
├── backend/         # Express Server
└── package.json     # Root orchestrator

Developed by Syam Gowtham

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors