1
Fork 0
solar-conflux/typescript/monadic
Matei Adriel 17f813ea0c
typescript(monadic): feat: working event raising
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-05-12 14:24:14 +03:00
..
.github/workflows typescript(monadic): chore: initial commit 2020-04-24 15:44:12 +03:00
.vscode typescript(monadic): feat: component builders 2020-05-12 12:34:14 +03:00
demos/basic typescript(monadic): feat: working event raising 2020-05-12 14:24:14 +03:00
src typescript(monadic): feat: working event raising 2020-05-12 14:24:14 +03:00
test typescript(monadic): chore: initial commit 2020-04-24 15:44:12 +03:00
.gitignore typescript(monadic): chore: removed the cache I accidentaly included 2020-04-24 17:01:40 +03:00
LICENSE typescript(monadic): chore: initial commit 2020-04-24 15:44:12 +03:00
package.json typescript(monadic): feat: basics of outputs 2020-05-12 10:45:48 +03:00
README.md typescript(monadic): chore: initial commit 2020-04-24 15:44:12 +03:00
tsconfig.json typescript(monadic): chore: initial commit 2020-04-24 15:44:12 +03:00
yarn.lock typescript(monadic): feat: basics of outputs 2020-05-12 10:45:48 +03:00

TSDX Bootstrap

This project was bootstrapped with TSDX.

Local Development

Below is a list of commands you will probably find useful.

npm start or yarn start

Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab.

Your library will be rebuilt if you make edits.

npm run build or yarn build

Bundles the package to the dist folder. The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).

npm test or yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.