This repository contains a basic setup for a React project configured with Babel, Webpack, and TypeScript. It's intended to be used as a starting point for building React applications with modern JavaScript features and tools.
To get started with this project, follow these steps:
-
Clone this repository to your local machine:
git clone <repository_url>
-
Install dependencies:
yarn
-
Start the development server:
yarn start
-
Open your browser and navigate to
http://localhost:8080
to view the application.
src/
: Contains the source code for the React application.dist/
: Output directory where bundled JavaScript files are generated.webpack.config.js
: Webpack configuration for bundling the project..babelrc
: Babel configuration for transpiling JavaScript and TypeScript code.tsconfig.json
: TypeScript configuration for the project.
yarn dev
: Starts the development server.yarn build
: Builds the project for production.
- React
- Babel
- Webpack
- TypeScript
This project is licensed under the MIT License - see the LICENSE file for details.