https://github.com/ncking/minimal-webpack
https://github.com/ncking/minimal-webpack
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncking/minimal-webpack
- Owner: ncking
- Created: 2023-04-06T08:01:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T07:51:28.000Z (about 3 years ago)
- Last Synced: 2025-06-14T03:04:22.785Z (about 1 year ago)
- Language: JavaScript
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimalist Webpack Boilerplate
Boilerplate project for code assessments
## Instructions
- Clone repo - `git clone https://github.com/ncking/minimal-webpack.git`
- Change to the cloned repo's folder - `cd minimal-webpack`
- Install dependencies - `npm i`
- Start the dev server - `npm dev`
- Navigate to `localhost:3001` in the browser
## Content
- Node 18
- Webpack 5
- ES6 support
- Sass support