Skip to content

This repository is a basic Node and TypeScript template with Prettier and ESLint configurations pre-installed.

Notifications You must be signed in to change notification settings

farbautie/template-node-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node and TypeScript Template

This repository is a basic Node.js and TypeScript template with Prettier and ESLint configurations pre-installed.

Features:

  • Clean and structured TypeScript code.
  • Automatic code formatting with Prettier.
  • Code linting with ESLint.

How to use:

1: Clone the repository:

git clone https://github.com/farbautie/template-node-typescript.git

2: Navigate to the project directory

cd template-node-typescript

3: Install the dependencies

npm install | pnpm install | yarn install

4: Start the development server:

npm run start:dev | pnpm start:dev | yarn start:dev

5: Open your web browser and go to

http://localhost:3000

For more information:

Node.js TypeScript Prettier ESLint

Contributions:

Contributions are welcome! If you want to improve this template, feel free to create a pull request.

License:

This template is licensed under the MIT license.

About

This repository is a basic Node and TypeScript template with Prettier and ESLint configurations pre-installed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published