about summary refs log blame commit diff
path: root/users/wpcarro/boilerplate/README.md
blob: aa72266a337aca960d2c5c82c5828b3192f09541 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                               
                                      







                                                       
# 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 -r typescript path/to/new-project
```

This initializes the project. To start developing, run:

```shell
$ nix-shell
$ yarn run dev
```