An open API service indexing awesome lists of open source software.

https://github.com/rajatsharma/project-mu2

🥚 Template for Typescript projects.
https://github.com/rajatsharma/project-mu2

ava boilerplate eslint node node-module template typescript yarn

Last synced: 7 months ago
JSON representation

🥚 Template for Typescript projects.

Awesome Lists containing this project

README

          

## Project Mu2 🥚

_Template for Typescript projects_

### 🤘 Prepacked with

- [Typescript](https://www.typescriptlang.org/)
- [Eslint](https://eslint.org/)
- [Ava](https://github.com/avajs/ava)

### 🗣 List of Commands

##### `yarn dev`

Run dev server that watches `src` directory and run build on changes.

##### `yarn build`

Build project in production mode.

### 🚦 Status

![Build](https://github.com/rajatsharma/mu2/workflows/Build/badge.svg)
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)