prateekrastogi / terraform

Skelton of web robots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform

loopback-next-lean-starter

A lean approach for loopback-next projects.

Major modifications are:

  • Changed code-formatting to eliminate semicolons and trailing commas.
  • Added openapi-to-graphql-cli for GraphQL server auto-generation.
  • Implemented dev and watch scripts supporting live reloading.
  • Pruned all the linting scripts to a single lint script.
  • Removed other non-essential scripts.
  • Minimized .vscode config.

Developer's Guide

We use Visual Studio Code for developing LoopBack and recommend the same to our users.

VSCode setup

Install the following extensions:

Development workflow

Visual Studio Code

  1. Start the build task (Cmd+Shift+B) to run TypeScript compiler in the background, watching and recompiling files as you change them. Compilation errors will be shown in the VSCode's "PROBLEMS" window.

Other editors/IDEs

  1. Open a new terminal window/tab and start the continous build process via npm run watch. It will run TypeScript compiler in watch mode, recompiling files as you change them. Any compilation errors will be printed to the terminal.

About

Skelton of web robots.


Languages

Language:TypeScript 80.0%Language:HTML 14.8%Language:JavaScript 5.2%