A simple React template using TypeScript and Webpack ready for development.
Currently using React 18.0
, Webpack 5
and Typescript 5
For this repository, you can use the yarn
or npm
package manager.
Clone or download this repository and run yarn
or npm install
to install all
dependencies listed on package.json
file.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload automatically when you modify a file.
Builds the app for production to the build
folder.\
Format all files in src
folder by using Prettier