https://github.com/nda17/webpack-start-template
https://github.com/nda17/webpack-start-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nda17/webpack-start-template
- Owner: nda17
- Created: 2024-11-11T13:38:21.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T23:12:12.000Z (7 months ago)
- Last Synced: 2025-01-31T12:12:19.664Z (4 months ago)
- Language: SCSS
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack-start-template
## Commands:
### Deployment to Github-Pages
```shell
pnpm run gh-pages
```### Starting a server for development
```shell
pnpm run dev-server
```### Building a project without optimization
```shell
pnpm run build-dev
```### Build the project with optimization
```shell
pnpm run build-prod
```### Cleaning the dist folder
```shell
pnpm run clear
```