saksham93 / webpack-static-webpage-example

Simple webpack example for static webpage!

Home Page:https://troytae.github.io/webpack-static-webpage-example/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-static-webpage-example

description

A simple example using webpack!
If you create a static web page, this is a good example for you.
Issue and PR are always welcome :)

Installation

Step1

Clone this repository.

git clone https://github.com/TroyTae/webpack-static-webpage-example.git

Step2

Install npm modules. (If you are not install npm, do it first)

npm install

Step3

If you wanna start server, use this command.

npm run start

Then you can open this url(http://localhost:4200) in you browser.

If you wanna build, use this command.

npm run build

Then you can see builded files in docs directory.

About

Simple webpack example for static webpage!

https://troytae.github.io/webpack-static-webpage-example/index.html

License:MIT License


Languages

Language:HTML 66.5%Language:CSS 15.9%Language:JavaScript 15.4%Language:TypeScript 2.1%