019f8fd211
git-subtree-dir: users/wpcarro git-subtree-mainline:464bbcb15c
git-subtree-split:24f5a642af
Change-Id: I6105b3762b79126b3488359c95978cadb3efa789
21 lines
455 B
Markdown
21 lines
455 B
Markdown
# 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:
|
|
|
|
```shell
|
|
$ cp ~/briefcase/boilerplate/typescript ~/briefcase/website/sandbox/game
|
|
```
|
|
|
|
This initializes the project. To start developing, run:
|
|
|
|
```shell
|
|
$ nix-shell
|
|
$ yarn run dev
|
|
```
|