Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 642 Bytes

File metadata and controls

23 lines (13 loc) · 642 Bytes

Webpack 5 - Starter App

Development and Production environment with webpack, webpackDevserver babel and typescript.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.

The page will reload if you make edits.

yarn build

Builds the app for production to the build folder.

It correctly bundles all files in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!