almoggutin / webpack-5-example

This client-side application is is an example of how to setup and use the Webpack Module Bundler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Example

This client-side application is is an example of how to setup and use the Webpack Module Bundler.

Table of Contents
  1. About The Application
  2. How To Install
  3. Available Scripts

About The Application

This client-side application is is an example of how to setup and use the Webpack Module Bundler.

This applicaiton will support, technologies such as TypeScript, Sass, Babel, hot refresh and more...

(back to top)

Built With

(back to top)

How To Install

Git clone

git clone https://github.com/almoggutin/Webpack-5-Example.git

Instructions

  • After cloning the the repository run npm i in order to install all the dependencies.

(back to top)

Available Scripts

In the project directory, you can run:

npm run dev

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

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React 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!

About

This client-side application is is an example of how to setup and use the Webpack Module Bundler.


Languages

Language:JavaScript 57.5%Language:SCSS 18.7%Language:HTML 12.9%Language:TypeScript 10.9%