Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 214 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 214 Bytes

typescript-eslint-prettier-boilerplate

Simple boilerplate with TypeScript, Prettier, and ESLint configured.

Getting Started

Install node modules: npm install

Run the code with auto restart: npm run dev