Skip to content

stevencl/capabilitymodeltable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React App

This is a React application built with TypeScript. It serves as a template for creating modern web applications using React.

Project Structure

my-react-app
├── public
│   ├── index.html          # Main HTML file
│   └── manifest.json       # PWA metadata
├── src
│   ├── components
│   │   └── App.tsx         # Main application component
│   ├── index.tsx           # Entry point of the application
│   ├── react-app-env.d.ts   # TypeScript definitions
│   └── setupTests.ts       # Testing configuration
├── package.json            # npm configuration
├── tsconfig.json           # TypeScript configuration
└── README.md               # Project documentation

Getting Started

  1. Clone the repository:

    git clone <repository-url>
    cd my-react-app
    
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start
    
  4. Run tests:

    npm test
    

Features

  • TypeScript support for type safety.
  • Component-based architecture.
  • Configured for testing with Jest and React Testing Library.
  • PWA capabilities with a manifest file.

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

No packages published