e4ddc3ba75
Thanks to the Nix anti-patterns documented here... https://nix.dev/anti-patterns/language.html#reproducability-referencing-top-level-directory-with ...I'm cleaning up some of my Nix expressions. Read the article for more context. |
||
---|---|---|
.. | ||
clojure | ||
elm | ||
typescript | ||
README.md |
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