All Projects → FreekMencke → node-typescript-starter

FreekMencke / node-typescript-starter

Licence: MIT license
A starter project to easily create new NodeJS applications with TypeScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to node-typescript-starter

dart-package-publisher
Action to Publish Dart / Flutter Package To https://pub.dev When you need to publish a package, just bump the version in pubspec.yaml
Stars: ✭ 45 (+7.14%)
Mutual labels:  actions
unity-test-runner
Run tests for any Unity project
Stars: ✭ 134 (+219.05%)
Mutual labels:  actions
intelirest-cli
A cli interpreter for intelliJ .http files
Stars: ✭ 23 (-45.24%)
Mutual labels:  actions
please-star-first
GitHub Action that automatically closes issues opened by non-stargazers
Stars: ✭ 85 (+102.38%)
Mutual labels:  actions
flutter-todo-list-tutorial
✅ A detailed example/tutorial building a cross-platform Todo List App using Flutter 🦋
Stars: ✭ 60 (+42.86%)
Mutual labels:  starter
setup-hashlink
A github action to install and setup Hashlink
Stars: ✭ 13 (-69.05%)
Mutual labels:  actions
scan-action
Anchore container analysis and scan provided as a GitHub Action
Stars: ✭ 140 (+233.33%)
Mutual labels:  actions
three-typescript-starter
Three.js + Typescript + Webpack Boilerplate
Stars: ✭ 105 (+150%)
Mutual labels:  starter
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (+169.05%)
Mutual labels:  starter
mc-publish
GitHub Action that helps you publish your Minecraft mods
Stars: ✭ 76 (+80.95%)
Mutual labels:  actions
action-netlify-deploy
🙌 Netlify deployments via GitHub actions
Stars: ✭ 32 (-23.81%)
Mutual labels:  actions
Real Time Social Media Mining
DevOps pipeline for Real Time Social/Web Mining
Stars: ✭ 22 (-47.62%)
Mutual labels:  actions
astro-minimal-starter
astro-minimal-starter.netlify.app/
Stars: ✭ 44 (+4.76%)
Mutual labels:  starter
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+195.24%)
Mutual labels:  starter
typescript-react-starter
React & TypeScript Starter with webpack, ts-jest and runtime environment variables. It comes with fp-ts ecosystem and pre-configured prettier, eslint, vscode, husky hooks and Dockerfile to build a deployable image of your app
Stars: ✭ 17 (-59.52%)
Mutual labels:  starter
deploy-cloudrun
This action deploys your container image to Cloud Run.
Stars: ✭ 238 (+466.67%)
Mutual labels:  actions
vue-typescript-prettier
Vue project with TypeScript, ESLint, and Prettier integrated together
Stars: ✭ 22 (-47.62%)
Mutual labels:  starter
gridsome-starter-resume
💾 Gridsome starter resume with bootstrap
Stars: ✭ 17 (-59.52%)
Mutual labels:  starter
ngx-echarts-starter
A starter demo project for ngx-echarts
Stars: ✭ 29 (-30.95%)
Mutual labels:  starter
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (+59.52%)
Mutual labels:  starter

CI GitHub issues GitHub license

Node TypeScript Starter

Since I make a lot of projects, I created this Node TypeScript Starter to easily create a new Node project with TypeScript.

Getting started

  • git clone https://github.com/FreekMencke/node-typescript-starter.git
  • npm install
  • npm start

The application will build and run the Node Typescript Starter.

Features

  • TypeScript ESLint (TSLint is deprecated)
  • Strict TSConfig
  • EditorConfig
  • Different configs for Dev and Prod
  • Webpack watch (nodemon)
  • BundleAnalyser
  • Docker
  • Github Action CI
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].