An open API service indexing awesome lists of open source software.

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

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/)