depot/third_party/tvl/users/wpcarro/boilerplate/README.md
Default email a291c8690a Project import generated by Copybara.
GitOrigin-RevId: e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0
2022-05-19 16:39:52 +02:00

21 lines
421 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 -r typescript path/to/new-project
```
This initializes the project. To start developing, run:
```shell
$ nix-shell
$ yarn run dev
```