Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/walteribeiro/node-setup

This is a basic express project setup with typescript.
https://github.com/walteribeiro/node-setup

babel eslint express jest node prettier typescript yarn

Last synced: 28 days ago
JSON representation

This is a basic express project setup with typescript.

Awesome Lists containing this project

README

        

Welcome to node-setup 👋




Documentation


Maintenance


License: MIT


Twitter: walter19921

> This is a basic express project setup with typescript.

### 🏠 [Homepage](https://github.com/walteribeiro/node-setup#readme)

## Install

```sh
yarn install
```

## Build for production

```sh
yarn build
```

## Usage

### Development
```sh
yarn dev
```

### Production
```sh
yarn start
```

## Run tests

```sh
yarn test
```

## Author

👤 **Walter Ribeiro**

* Twitter: [@walter19921](https://twitter.com/walter19921)
* Github: [@walteribeiro](https://github.com/walteribeiro)
* LinkedIn: [@walterribeiroti](https://linkedin.com/in/walterribeiroti)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/walteribeiro/node-setup/issues). You can also take a look at the [contributing guide](https://github.com/walteribeiro/node-setup/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [Walter Ribeiro](https://github.com/walteribeiro).

This project is [MIT](https://github.com/walteribeiro/node-setup/blob/master/LICENSE) licensed.