/frontend-base

Primary LanguageJavaScript

simpleweb-base

only for personal use

simple baseline for prototyping at web frontend.

based on https://webpack.js.org/guides/

example codes

how to use

edit webpack.config.js

entry: './src/main.js',

development start

$ npm install
$ npm start

build

$ npm run build