tvl-depot/boilerplate
William Carroll cd06990fe3 Debug typescript/default.nix
TL;DR
- Change derivation name
- Point to $src/index.html instead of non-existent index.html
- Prefer defining pkgs as a function argument
2020-03-25 17:01:17 +00:00
..
typescript Debug typescript/default.nix 2020-03-25 17:01:17 +00:00
README.md Support boilerplate for TypeScript projects 2020-03-23 22:43:36 +00:00

Boilerplate

Storing some boilerplate code to help me reduce the time it takes me to develop and deploy applications.

Usage

Let's say that you would like to create a game for sandbox.wpcarro.dev/game. We will create a new TypeScript project with the following:

$ cp ~/briefcase/boilerplate/typescript ~/briefcase/website/sandbox/game

This initializes the project. To start developing, run:

$ nix-shell
$ yarn run dev