bvanderveen / typescript-react-boilerplate

My starting point on browser app quest. God help us, hail Satan, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a static HTML/CSS/JavaScript app.

Developing

Setup

  • You'll need node (brew install node?).
  • Install dependencies: npm install

Build

To compile the static resources into build/, run npm run build. Clean with npm run clean.

Test

To run the tests, run npm run test.

Hacking

Start a live-reload development server with npm run develop-run.

Start a live-reload test runner with npm run develop-test.

Go to town.

About

My starting point on browser app quest. God help us, hail Satan, etc.


Languages

Language:TypeScript 68.0%Language:JavaScript 23.6%Language:HTML 8.4%