Skip to content

sellmeadog/babel-7-typescript-node-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js + TypeScript + Webpack

A quick example of a TypeScript project that uses Babel 7 to produce a Node.js application with Webpack bundling for production builds.

Installation

git clone https://github.com/sellmeadog/babel-7-typescript-node-boilerplate.git [project_directory]
yarn install

Since this is a boilerplate, you can clone to an optional [project_directory] initially instead of renaming the repo later.

Development

yarn start
yarn test

Build

yarn build

Disclaimer

This boilerplate is just meant to get you started and not to be considered "production ready."

About

A simple boilerplate to setup a Node.js project with support for TypeScript and Jest testing via Babel 7 and Webpack bundling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published