All Projects → scopsy → node-typescript-starter

scopsy / node-typescript-starter

Licence: MIT license
A modern nodejs api boilerplate with typescript

Programming Languages

typescript
32286 projects

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

nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (-24.49%)
Mutual labels:  starter-kit, boilerplate-node
boiler
Another Golang boilerplate
Stars: ✭ 21 (-57.14%)
Mutual labels:  starter-kit
Starter Pack
Combines React (ft. hooks), Redux, Redux-saga and TypeScript with Auth0 as a starting point for modern web apps with solid authentication
Stars: ✭ 209 (+326.53%)
Mutual labels:  starter-kit
Minwiz
Minimal starter kit for under 2 KB sites
Stars: ✭ 228 (+365.31%)
Mutual labels:  starter-kit
Apiato
PHP Framework for building scalable API's on top of Laravel.
Stars: ✭ 2,564 (+5132.65%)
Mutual labels:  starter-kit
Create Exposed App
App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more)
Stars: ✭ 232 (+373.47%)
Mutual labels:  starter-kit
Js Library Boilerplate
Javascript Starter Boilerplate - Webpack 4, Babel 7, UMD, Hot Reloading, and more
Stars: ✭ 202 (+312.24%)
Mutual labels:  starter-kit
notebooks
A docker-based starter kit for machine learning via jupyter notebooks. Designed for those who just want a runtime environment and get on with machine learning. Docker tags:
Stars: ✭ 29 (-40.82%)
Mutual labels:  starter-kit
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+5573.47%)
Mutual labels:  starter-kit
Go Html Boilerplate
Starter pack for doing web development in Go
Stars: ✭ 229 (+367.35%)
Mutual labels:  starter-kit
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+365.31%)
Mutual labels:  starter-kit
Statamic Peak
Statamic Peak is an opinionated starter kit for all your Statamic sites.
Stars: ✭ 212 (+332.65%)
Mutual labels:  starter-kit
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+240.82%)
Mutual labels:  starter-kit
Starter Kit
Some useful R-Ladies files 💜 🌍
Stars: ✭ 211 (+330.61%)
Mutual labels:  starter-kit
sseeeedd
Seed for front-end culture :)
Stars: ✭ 15 (-69.39%)
Mutual labels:  starter-kit
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+320.41%)
Mutual labels:  starter-kit
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+367.35%)
Mutual labels:  starter-kit
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (+373.47%)
Mutual labels:  starter-kit
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-67.35%)
Mutual labels:  starter-kit
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-57.14%)
Mutual labels:  starter-kit

Node Api Starter

Dependency Status

A starter for Node.js web api's.

Features

  • ts-express-decorator
  • Local authentication using Email and Password
  • Facebook authentication for client side sdk integration
  • JWT token authentication
  • Typescript
  • Swagger documentation
  • class-validator for validating controller json input
  • Scalable design
  • ES next features

Prerequisites

Getting Started

# Get the latest snapshot
git clone --depth=1 https://github.com/scopsy/node-typescript-starter.git projectname

cd projectname
rm -rf !$/.git

npm install

# start your app
npm start
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].