tvl-depot/boilerplate
William Carroll c4299558a7 Include instructions for building Tailwind CSS in README.md
After consuming my Elm boilerplate, I realized that I was missing this.
2020-08-04 16:37:45 +01:00
..
clojure Update Clojure boilerplate docs 2020-06-16 11:51:57 +01:00
elm Include instructions for building Tailwind CSS in README.md 2020-08-04 16:37:45 +01:00
typescript Prefer builtins.path 2020-07-02 13:28:59 +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