Skip to content

slafleche/portfolio_source

Repository files navigation

📦 webpack Boilerplate

License: MIT

Sensible webpack 5 boilerplate using Babel, PostCSS and Sass.

Usage

Development server

yarn start

You can view the development server at localhost:8080.

Production build

yarn run build

Note: Install http-server globally to deploy a simple server.

yarn i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Author

License

This project is open source and available under the MIT License.

Todo

  • Fix linting issues for semi colons
  • Add linting to webpack configs as well

About

My portfolio website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published