An open API service indexing awesome lists of open source software.

https://github.com/ncking/minimal-webpack


https://github.com/ncking/minimal-webpack

Last synced: 8 months ago
JSON representation

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