Skip to content

digitalu/bridgets

Repository files navigation

BridgeTS

license community

What is BridgeTS?

BridgeTs is a new Node.js framework built on Express.js that uses the power of Typescript to generate the code for the client.

In other words, its goal is that the backend developers won't have to manually write API documentation or to maintain a Postman collection to keep the client up-to-date with the API.

Getting Started

A more detailed tutorial can be found on the https://bridgets.co website.

We recommend creating a new BridgeTS app using create-bridgeTS-app, which sets up everything automatically for you.

To create a project, run:

npx create-bridgets-app
# or
yarn create-bridgets-app

After the installation is complete:

  • Run npm run dev or yarn dev or to start the development server on http://localhost:8080
  • Run npm run build or yarn build to build the static files for production
  • Run npm run start or yarn start to start the production server on http://localhost:3000

To integrate into an existing Express.js app View the full documentation .

Documentation

Visit https://bridgets.co/documentation to view the full documentation.

Community

The Next.js community can be found on Discord, where you can ask questions, voice ideas, and share your projects.

The framework is meant to evolve and grow, don't hesitate to share your feedback with us on and propose new features !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •