aragon / proposal-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aragon NodeJs Typescript Template

This template provides all the necessary configuration for running a NodeJs project with Typescript. The template uses the @aragon/sdk-client package to interact with Aragon Osx framework and it is configured so it does not require any additional packages to run.

Usage

Check that you have the correct version of Node.js and npm installed:

node --version

Should be v18 or higher.

Install dependencies

yarn

Compile

yarn build

Run

yarn start

Test

yarn test

About


Languages

Language:TypeScript 96.9%Language:JavaScript 3.1%