Skip to content

thiago-js/type-node-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@type-node-boilerplate

Prerequisites

Nodejs

Installation

Open the terminal and execute the commands

  • clone repository or fork the project
git clone https://github.com/thiago-js/type-node-boilerplate.git
cd type-node-boilerplate
  • install packages
npm install || yarn install

The project

The basic startup configuring the typeScript to node and other features.

I have not implemented any pattern, because the purpose of this project is to make the typescript start easier

whats is configured in the boilerplate

  • sucrase
    • The fast transpaling to js code
  • typescript
    • Configuring the typescript features to app
  • eslint
    • Fix the realtime bugs and integrate with the typescript modules
  • prettier
    • The indentation to app and integration with the eslint
  • nodemon
    • Hot reload to app, for to easy dev experience
  • vscode
    • Configuring the settings to vscode

using in the project

  • express
    • Minimalist web framework for node.
  • cors
    • Implemente the (Cross-origin resource sharing)
  • mongoose
    • Driver to mongo

Versioning

We use SemVer for versioning. For the versions available

License

MIT License

Author

About

The basic startup configuring the typeScript to node and other features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •