wil92 / example-static-web-webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static web with Webpack

This is an example for a simple webpack static page.

Start the application

Install dependencies

npm install

Start project

npm start

Build project for production

npm run build

About


Languages

Language:JavaScript 86.5%Language:HTML 13.5%