Skip to content

bhpcv252/pug-html-webpack-boilerplate

Repository files navigation

Pug/HTML Webpack Boilerplate

Switch to Node v14.15.0

Node v14.15.0 is needed to run the project. Use the following command to install and use it (nvm needed):

nvm install 14.15.0
nvm use 14.15.0

Install Dependencies

Be sure to install dependencies before running the project. Use the following command to install them:

npm i

OR

npm install

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

About

Multipurpose simplified Pug/HTML boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published