# nodejs-typescript-template **Repository Path**: lihuilai/nodejs-typescript-template ## Basic Information - **Project Name**: nodejs-typescript-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-12 - **Last Updated**: 2021-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeJS Template A NodeJS template, using TypeScript. Ready to go, with ESLint, EditorConfig and Prettier already set up. - [Technologies](#technologies) - [Installation](#installation) - [License](#license) ## Technologies - [Typescript](https://www.typescriptlang.org/) - [Node](https://nodejs.org/en/) - [Express](https://expressjs.com/pt-br/) ## Installation Clone the project with ```sh git clone https://github.com/pedrozocatelli/nodejs-typescript-template.git ``` Go to the project path, then install the dependencies with: ```sh yarn ``` After installing the dependencies, you can start the development server with: ```sh yarn dev ``` ## License [MIT](https://choosealicense.com/licenses/mit/)