Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Empty project to begin pure JavaScript + Sass front-end coding out of the box

Notifications You must be signed in to change notification settings

ltruchot/webpack-seed-js-sass

Repository files navigation

Webpack seed

A very simple seed to start a modern Single Page App development in no time

how to use

First use:

  • npm install
  • npm start

Next use:

  • npm start

Before final deploy:

  • npm run build
  • profit?

ESlint

To fully enjoy ESlint, please

  • install the official VSCode "ESlint" extension
  • add this to your VSCode settings:
  //...
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  //...

About

Empty project to begin pure JavaScript + Sass front-end coding out of the box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published