Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 955 Bytes

File metadata and controls

49 lines (32 loc) · 955 Bytes

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