Skip to content

A webpack template I build to start quickly and easily new projects.

Notifications You must be signed in to change notification settings

teacherstrange/webpack_template

 
 

Repository files navigation

WEBPACK TEMPLATE

Requirements & Setup

You need to have node.js installed.

Start with npm run init

This command will init a git repository on your machine, install dependencies and remove useless files and directories for your project. After that, this command won't be available anymore.

Development

Run the local webpack-dev-server with hotreload and autocompile on:

$ npm run dev

Alias

  • @: src/
  • @js: src/js/
  • @style: src/style/
  • @fonts: src/fonts/
  • @assets: src/assets/

Features

  • eslint
  • prettier
  • babel
  • stylus

Deployment

Build the current application (default output in dist/).

$ npm run build

Template link

https://github.com/Lissandre/webpack_template

About

A webpack template I build to start quickly and easily new projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • HTML 8.7%
  • Stylus 3.8%
  • Shell 2.7%