tvl-depot/boilerplate
William Carroll 05a2ea6bb7 Support boilerplate for Elm clients
Lately I was toiling while writing a ClojureScript client. This made me crave
Elm. I'm going to rewrite the ClojureScript client using Elm, but along the way,
I'm stopping off here and recording my starter boilerplate.
2020-05-17 20:48:18 +01:00
..
clojure Support //boilerplate/clojure 2020-05-04 12:32:50 +01:00
elm Support boilerplate for Elm clients 2020-05-17 20:48:18 +01:00
typescript Add dir-locals.nix to boilerplate/typescript 2020-03-30 20:29:15 +01: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