Skip to content

MystenLabs/goldsky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Template

This is a template repository for creating new Mysten Labs Express service projects written in TypeScript.

Getting Started

To get started with this template, follow these steps:

  1. Clone the repository:

You can use this link or create it with the Github CLI

gh repo create --internal -p https://github.com/mystenlabs/express-template.git mystenlabs/my-new-service
  1. Install the dependencies:

    npm install
  2. Build the TypeScript code:

    npm run build
  3. Start the development server:

    npm run dev

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published