typed-contracts
Validation with good Flow and TypeScript type inference
File Explorer
Download Latest Version (.zip)- check.yml
- release.yml
- array.js
- boolean.js
- intersection.js
- literal.js
- null.js
- number.js
- object.js
- string.js
- union.js
- void.js
- .eslintrc.yml
- Contract.js
- ValidationError.js
- flow-bin_v0.x.x.js
- jest_v23.x.x.js
- prettier_v1.x.x.js
- .eslintrc.yml
- mdlint.js
- index.js
- object.js
- objectOf.js
- ObjectValidationError.js
- shape.js
- array.js
- boolean.js
- index.js
- intersection.js
- literal.js
- null.js
- number.js
- string.js
- union.js
- void.js
- Contract.js
- index.d.ts
- index.js
- ValidationError.js
- .eslintignore
- .eslintrc.yml
- .flowconfig
- .gitignore
- .markdownlint.json
- babel.config.js
- CHANGELOG.md
- LICENSE.md
- package.json
- README.md
- release.config.js
- rollup.config.js
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/bigslycat/typed-contracts
Downloads the entire project code from GitHub to your computer.
cd typed-contracts
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
