Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effect

This is a walkthrough of Effect to see how it works.

Recap

I initialized following the quickstart:

npm init -y
npm install typescript --save-dev
npx tsc --init
npm install effect
touch index.ts

Afterwards, I added the package.json script "start": "npx tsx index.ts".

You can then run npm start to run what is inside index.ts.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages