Skip to content

samofwise/TownGeneratorOS

 
 

Repository files navigation

Town Generator App

A modern React application built with Vite and Tailwind CSS.

Getting Started

Install Dependencies

npm install

Development

Run the development server:

npm run dev

The app will be available at http://localhost:3000

Build

Build for production:

npm run build

Preview

Preview the production build:

npm run preview

Tech Stack

  • React 18.3.1 - UI library
  • Vite 6.0.1 - Build tool and dev server
  • TypeScript 5.6.3 - Type safety
  • Tailwind CSS 3.4.17 - Utility-first CSS framework

Project Structure

.
├── src/
│   ├── App.tsx          # Main app component
│   ├── main.tsx         # Entry point
│   └── index.css        # Global styles with Tailwind
├── index.html           # HTML template
├── vite.config.ts       # Vite configuration
├── tailwind.config.js   # Tailwind configuration
├── tsconfig.json        # TypeScript configuration
└── package.json         # Dependencies

Features

  • ⚡️ Fast HMR (Hot Module Replacement)
  • 🎨 Tailwind CSS for styling
  • 📦 TypeScript for type safety
  • 🔧 ESLint for code quality
  • 🚀 Optimized production builds

About

The source code of the Medieval Fantasy City Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 36.9%
  • Haxe 36.7%
  • Shell 17.3%
  • Python 7.8%
  • PowerShell 0.7%
  • HTML 0.4%
  • Other 0.2%