Skip to content

MMaher25/react-ts-boilerplate

Repository files navigation

react-ts-boilerplate

A simple boilerplate for building a React app in TypeScript using modern React hooks.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode accessible on port 8080:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

When running hot module reloading, visit localhost:8080. Otherwise, open the file dist/index.html in your browser

About

React TypeScript Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published