vitalik1921 / beagl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A boilerplate for deploying quick typescript apps with testing

style: prettier tests

Installation

Make sure you have node and npm installed first.

You can install the package locally for a single project:

$ git clone git@github.com:thechutrain/typescript-parcel-boilerplate.git
$ cd typescript-parcel-boilerplate
$ npm i
$ npm run start

Features

  • hot module reloading (thanks to parcel-bundler)

Built with

  • parcel
  • Jest
  • TSlint & AirBnb style guide
  • surge

Recommended VS Code config:

{
	"eslint.enable": false,
	"tslint.configFile": "tslint.json",
	"tslint.enable": false,
	"tslint.autoFixOnSave": false,
	"tslint.run": "onSave",
	"editor.formatOnSave": false,
	"jest.pathToJest": "npm run test --"
}

```# beagl

About


Languages

Language:TypeScript 89.4%Language:CSS 5.6%Language:JavaScript 3.3%Language:HTML 1.7%