jbhambra / Yuu-typescript-web-starter

TypeScript web app boilerplate, no db, ready to work. (Http2, Node.js, TypeScript, Koa, VanillaJs, Pug, Less, Webpack)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yuu Typescript Web Starter

license license

TypeScript web app boilerplate, no db, ready to work. (Http2, Node.js, TypeScript, Koa, VanillaJs, Pug, Less, Webpack)

Table of Contents

Install

path to your work dir, then:

git clone https://github.com/TokisakiYuu/Yuu-typescript-web-starter.git

Usage

backend

In project root.

  • development mode start:
npm run dev
  • production mode start:
npm run start

frontend

In project frontend dir.

  • development mode compile code and watching changes:
npm run build:watch
  • development mode once compile code:
npm run build:dev
  • production mode once compile code:
npm run build:prod

compile result into dist dir

Maintainers

@TokisakiYuu

Contributing

PRs accepted.

License

MIT © 2020 TokisakiYuu

About

TypeScript web app boilerplate, no db, ready to work. (Http2, Node.js, TypeScript, Koa, VanillaJs, Pug, Less, Webpack)

License:MIT License


Languages

Language:TypeScript 48.8%Language:JavaScript 48.4%Language:Pug 1.9%Language:Less 0.8%