Package Exports
- @pelusa/create-node-ts-boilerplate
- @pelusa/create-node-ts-boilerplate/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pelusa/create-node-ts-boilerplate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NodeJS TypeScript Boilerplate
This project is a boilerplate for creating applications using NodeJS and TypeScript.
Features
- Node.js
- TypeScript
- ESLint for linting
Requirements
- Node.js 12.x or later
- NPM 6.x or later
Getting Started
Clone the repository:
git clone https://github.com/tomascatena/node-typescript-boilerplate.gitInstall the dependencies:
npm installCompile TypeScript to JavaScript:
npm run buildStart the application in development mode:
npm run devStart the application in production mode:
npm start
License
This project is licensed under the MIT License - see the LICENSE file for details.