gndelia / typescript-nodejs-boilerplate

Basic boilerplate nodejs project with Typescript configured

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-nodejs-boilerplate

Quick boilerplate setup to start a TS project with prettier, eslint, husky, lint-staged and conventional commits configured

Usage

Download the files in a new folder that _is not a github repo (meaning no parent has a .git folder). To do so, use the following command

curl -L https://github.com/gndelia/typescript-nodejs-boilerplate/archive/master.zip -o master.zip

Extract the content from the zip and the inside folder and then install the basic dependencies with

npm install

and last, but not least, remember to update the package.json metadata (name, description, keywords and so on)

After that, you're good to go!

About

Basic boilerplate nodejs project with Typescript configured

License:MIT License


Languages

Language:JavaScript 100.0%