An open API service indexing awesome lists of open source software.

https://github.com/xkeshav/node-webpack


https://github.com/xkeshav/node-webpack

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# webpack - node

setting basic node js express based application with webpack

## how to start

> npm install

to run local ( development mode)

> npm run dev
opens up

here we can change css/js and its hot reloading

to build the production

> npm run build

and run

> npm run start

it opens

## known issues

in build , css not egtting applied