Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 892 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 892 Bytes

Parcel seed

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

how to use

Clone, clean and rename

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
  },
  //...

FontAwesome and Tailwind for quick POCs

@fortawesome/fontawesome-free and tailwindcss are in the seed

If you don't need it at all,

  • inpackage.json, remove deps
    • tailwindcss
    • @fortawesome/fontawesome-free
  • in ./styles.scss, remove imports