Skip to content

mrowe23/FoundryHubStaticSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React App

This is a simple React application built with TypeScript and Vite. It serves as a starting point for building modern web applications.

Getting Started

To get started with this project, follow the instructions below.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (version 14 or later)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd my-react-app
    
  3. Install the dependencies:

    npm install
    

Running the Application

To run the application in development mode with hot reloading, use the following command:

npm run dev

This will start the Vite development server, and you can view the application in your browser at http://localhost:3000.

Building for Production

To build the application for production, run:

npm run build

This will create an optimized build of your application in the dist directory.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors