Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theetrain/boilerplate-vscode-js
A boilerplate to help get started with JS/Node projects, specifically catering developers who use Visual Studio Code.
https://github.com/theetrain/boilerplate-vscode-js
boilerplate eslint nodejs prettier standard-js vscode
Last synced: 11 days ago
JSON representation
A boilerplate to help get started with JS/Node projects, specifically catering developers who use Visual Studio Code.
- Host: GitHub
- URL: https://github.com/theetrain/boilerplate-vscode-js
- Owner: theetrain
- Created: 2017-12-10T16:12:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T20:25:47.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T04:42:29.778Z (2 months ago)
- Topics: boilerplate, eslint, nodejs, prettier, standard-js, vscode
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* [Visual Studio Code](https://code.visualstudio.com/)
* VSCode extensions: [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode), [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Git](https://git-scm.com/)
* [NodeJS](https://nodejs.org/en/)
* [Yarn](https://yarnpkg.com/en/)### 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](https://github.com/theetrain/boilerplate-vscode-js/issues)!