2017-07-20 04:07:12 +03:00
|
|
|
[![Build Status](https://travis-ci.com/dvdsgl/quicktype.svg?token=PSTj9tVyM1RDRiZ17Sgd&branch=master)](https://travis-ci.com/dvdsgl/quicktype)
|
|
|
|
|
2017-07-13 05:12:20 +03:00
|
|
|
## Setup
|
2017-07-13 03:22:10 +03:00
|
|
|
|
|
|
|
```shell
|
2017-07-20 03:48:01 +03:00
|
|
|
$ npm run setup
|
2017-07-13 03:22:10 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
## Edit
|
|
|
|
|
2017-07-13 05:12:20 +03:00
|
|
|
```shell
|
|
|
|
$ code . # open in VSCode
|
|
|
|
```
|
|
|
|
|
2017-07-13 03:22:10 +03:00
|
|
|
Install the `purescript-ide` extension in VSCode, then use the command pallete to start the `psc-ide` server for code completion, etc.
|
|
|
|
|
|
|
|
## Play
|
|
|
|
|
|
|
|
```shell
|
|
|
|
$ npm start
|
|
|
|
```
|
|
|
|
|
2017-07-15 05:51:42 +03:00
|
|
|
The react app will live-reload when you edit any source.
|
|
|
|
|
|
|
|
## Deploy
|
|
|
|
|
|
|
|
```shell
|
|
|
|
$ npm run deploy # quicktype.io
|
|
|
|
```
|