Skip to content

theetrain/boilerplate-vscode-js

Repository files navigation

boilerplate-vscode-js

A boilerplate to help get started with JS/Node projects, specifically catering developers who use Visual Studio Code.

Features

  • Sensible .editorconfig file
  • Prettier + ESlint + Standard (JS) linting that will automatically format your code on save according to the opinions of Prettier and Standard
  • Auto-save files on focus change (can be disabled in .vscode/settings.json)
  • Browser-sync for rapid front-end development, run yarn dev

Setup

Requirements

Typical setup

  1. Fork or clone this repo and change remote settings accordingly
  2. In the project root, run yarn
  3. Get to work! Change the properties in package.json to suit your project's needs.

Contributing

Though this was mainly created for my personal use, I'm open to new ideas: check the issues or create a new one!

About

A boilerplate to help get started with JS/Node projects, specifically catering developers who use Visual Studio Code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published