Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 273 Bytes

Astar Token API

Scripts

# install all the dependencies
yarn

# starts the server app in node.js environment
yarn start
# or you can use `yarn serve`

# starts a development server with ts-node
yarn dev

# transpile the project for production
yarn build