Skip to content

Gibitop/minimal-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal React App

Minimal convenient React application for testing purposes

It includes:

  • React 18
  • Webpack 5
  • Babel
  • Typescript support
  • Webpack dev server
  • Hot Module Replacement (hot reload)
  • CSS and image loading
  • Threading for JS / TS loading

Install dependencies:

npm install

Start dev server:

Start a dev server with HMR at http://localhost:8080/

npm run start

Build for production:

Creates an optimized build in the dist directory

npm run build

About

Minimal convenient React application for testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published