Skip to content

bootstrap-codev/site-webpack

Repository files navigation

Static site with webpack

Template for start project

Extensions for VS Code

Extension Link
EditorConfig for VS Code https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
ESLint https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Prettier - Code formatter https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

Install dependencies

Run command:

yarn

Install the http-server package globally on your system:

npm install -g http-server

Start development server

Run command:

yarn start

Build

Run command:

yarn build

Preview

Run command:

yarn preview

About

Static site template using webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published