1
Fork 0
solar-conflux/typescript/monadic
Matei Adriel db5b68592c
typescript(monadic): refactor: moved the component stuff in a new file
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-04-24 17:03:32 +03:00
..
.github/workflows typescript(monadic): chore: initial commit 2020-04-24 15:44:12 +03:00
.vscode typescript(monadic): feat: basic stuff 2020-04-24 17:00:36 +03:00
demos/basic typescript(monadic): feat: basic stuff 2020-04-24 17:00:36 +03:00
src typescript(monadic): refactor: moved the component stuff in a new file 2020-04-24 17:03:32 +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: basic stuff 2020-04-24 17:00:36 +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: basic stuff 2020-04-24 17:00:36 +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.