1.0.0 • Published 4 years ago

giosg_bar v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Giosg Bar

Build Status

Giosg Interaction Editor

Setup developing environment

  1. (You need nodejs 10): npm install
  2. Start webpack: npm start
  3. Open http://localhost:5000

Development environment uses production backend and special Giosg Application for authorization, share Bar Dev app into your development organization.

Recommended VSCode extensions

Prettier

Prettier enforces a consistent style by parsing code and reprinting it with its own rules. The VSCode is configured to format code on every save. You need to install the extension esbenp.prettier-vscode.

Code Spell Checker

Just do some spell check in code streetsidesoftware.code-spell-checker

GitLens — Git supercharged

Show hints about git history for each line eamodio.gitlens

Markdown lint

Help for markdown davidanson.vscode-markdownlint

Visual Studio IntelliCode - Preview

Visual Studio IntelliCode (IntelliCode) is a set of AI-assisted capabilities that improve developer productivity with features like contextual IntelliSense, code formatting and style rule inference.

Import Cost

Show approximated size of imported modules wix.vscode-import-cost