1.0.5 • Published 11 months ago

express-graphql-typescript-boilerplate v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Express GraphQL TypeScript Boilerplate

This package provides a boilerplate for building scalable and maintainable applications using Express, GraphQL, and TypeScript. It is designed to provide a solid foundation for starting a new project with a clean architecture and organized structure.

Features

  • Express.js: Fast, unopinionated, minimalist web framework for Node.js.
  • GraphQL: A query language for your API, providing a more efficient and powerful alternative to REST.
  • TypeScript: Strongly typed programming language that builds on JavaScript, giving you better tooling and error detection.

Installation

To use this boilerplate, you can install it via npm:

npm install express-graphql-typescript-boilerplate

Installation

1.Initialize a new project:

npx express-graphql-typescript-boilerplate my-new-project
cd my-new-project

2.Install dependencies:

npm install

3.Run the application:

npm run dev
1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago