https://github.com/thejfreitas/react-typescript-webpack-boilerplate
A simple React template using TypeScript and Webpack ready for development. Currently using React 18, Webpack 5 and Typescript 4
https://github.com/thejfreitas/react-typescript-webpack-boilerplate
react18
Last synced: 9 months ago
JSON representation
A simple React template using TypeScript and Webpack ready for development. Currently using React 18, Webpack 5 and Typescript 4
- Host: GitHub
- URL: https://github.com/thejfreitas/react-typescript-webpack-boilerplate
- Owner: thejfreitas
- License: mit
- Created: 2021-11-06T20:32:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T16:01:53.000Z (over 2 years ago)
- Last Synced: 2025-04-04T18:22:10.860Z (about 1 year ago)
- Topics: react18
- Language: TypeScript
- Homepage:
- Size: 1.7 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Typescript Webpack Boilerplate
A simple React template using TypeScript and Webpack ready for development.
Currently using `React 18.0`, `Webpack 5` and `Typescript 5`
## Install
For this repository, you can use the [`yarn`](https://yarnpkg.com/) or [`npm`](https://www.npmjs.com/) package manager.
Clone or download this repository and run `yarn` or `npm install` to install all
dependencies listed on `package.json` file.
## Available Scripts
In the project directory, you can run:
### `yarn start` or `npm run start`
Runs the app in the development mode.\
Open [http://localhost:8080](http://localhost:8080) to view it in the browser.
The page will reload automatically when you modify a file.
### `yarn build` or `npm run build`
Builds the app for production to the `build` folder.\
### `yarn prettify` or `npm run prettify`
Format all files in `src` folder by using [Prettier](https://prettier.io/)