Skip to content

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

Notifications You must be signed in to change notification settings

ltruchot/parcel-seed-js-eslint-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published