https://github.com/radovanpelka/nodejs-boilerplate
Clean Architecture inspired boilerplate for NodeJS (Eslint, Prettier, Typescript, Husky, Absolute Paths)
https://github.com/radovanpelka/nodejs-boilerplate
absolute-paths backend boilerplate boilerplate-node build development eslint husky nodejs prettier template typescript yarn
Last synced: 2 months ago
JSON representation
Clean Architecture inspired boilerplate for NodeJS (Eslint, Prettier, Typescript, Husky, Absolute Paths)
- Host: GitHub
- URL: https://github.com/radovanpelka/nodejs-boilerplate
- Owner: RadovanPelka
- License: mit
- Created: 2020-04-30T15:27:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T09:03:35.000Z (almost 6 years ago)
- Last Synced: 2026-01-03T15:29:33.475Z (5 months ago)
- Topics: absolute-paths, backend, boilerplate, boilerplate-node, build, development, eslint, husky, nodejs, prettier, template, typescript, yarn
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NodeJS boilerplate by (Rado)
> Clean Architecture inspired boilerplate for NodeJS (Eslint, Prettier, Typescript, Husky)
## Development
Clone and `yarn install`.
- `yarn dev` — Local development (run the app)
- `yarn lint` — Eslint check
- `yarn lint:fix` — Eslint fix
- `yarn build` - App Release ( `dist` folder)
## Author
👤 **Radovan Pelka**
- Twitter: [@PelkaRadovan](https://twitter.com/PelkaRadovan)
- Github: [@RadovanPelka](https://github.com/RadovanPelka)
## 📝 License
Copyright © 2020 [Radovan Pelka](https://github.com/RadovanPelka).