https://github.com/xkeshav/node-webpack
https://github.com/xkeshav/node-webpack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xkeshav/node-webpack
- Owner: xkeshav
- Created: 2024-03-04T16:37:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T16:40:51.000Z (about 1 year ago)
- Last Synced: 2025-02-17T02:59:10.924Z (3 months ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 uphere 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