1296489ee9
Move dependencies to app Original commit 14b65f96561b99bd52236e9682990db86fb9ee77 |
||
---|---|---|
.vscode | ||
app/public/sample/json | ||
cli | ||
src | ||
test | ||
.gitignore | ||
.travis.yml | ||
README.md | ||
bower.json | ||
deploy.sh | ||
package-lock.json | ||
package.json |
README.md
Setup
$ npm install
Build
$ npm run build
Test
$ npm test
Test only a specific fixture
$ FIXTURE=golang npm test
Fixtures are defined in test/test.ts
.
Requirements
C#
Java
Maven (for example via Homebrew)
On MacOS that seems to be sufficient to run the tests with the system Java.
Edit
$ code . # open in VSCode
Install the purescript-ide
extension in VSCode, then use the command pallete to start the psc-ide
server for code completion, etc.
Play
$ npm start
The react app will live-reload when you edit any source.
Deploy
- Commit to master to deploy
quicktype.io
. - The
quicktype
CLI will also deploy to NPM if it has a newer version number.