blob: 585967b8beb41ead1c3d8867d84f288e4a5aad4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Nut Score
I cloned most of this start boilerplate from
github.com/BuckleScript/bucklescript by running the following:
```shell
$ cd ~/programming
$ git clone git@github.com:BuckleScript/bucklescript
$ cp -R ./jscomp/bab/templates/react-hooks ~/briefcase/nut-score
```
## Installing
```shell
$ nix-shell
$ yarn install
```
## Developing
In one shell run:
```shell
$ nix-shell
$ yarn server
```
In another shell run:
```shell
$ nix-shell
$ yarn start
```
Now open a web browser and visit `localhost:8000`.
|