# TS Template

This template by default creates a cjs and ems build for the project.

## Getting Started

### Install dependencies

`yarn` or `npm i`

If you are getting a 404 error like `error An unexpected error occurred: "https://registry.yarnpkg.com/@slide-web3/multi-endpoint-provider/-/multi-endpoint-provider-0.0.1.tgz: Request failed \"404 Not Found\"".`, make sure you run `npm login` first.

### Build and watch for changes

`yarn start` or `npm run start`

### Create production bundle

`yarn build` or `npm run build`
