/webpack-starter

🔮 A clean start with babel, eslint (airbnb), sass and webpack.

Primary LanguageJavaScriptMIT LicenseMIT

webpack-starter

  • webpack
  • webpack-dev-server
  • babel (v7)
  • eslint (airbnb)
  • jsx support
  • sass

Install

Clone the repo and install the packages npm install.

Scripts

  • npm run build - transpiles the js files
  • npm run watch - transpiles the js files and watche for changes
  • npm run styles - compiles the sass files
  • npm run server - start server
  • npm run start - runs npm run build and npm run build