Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/walteribeiro/node-setup
- Owner: walteribeiro
- License: mit
- Created: 2020-07-01T09:20:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:42:51.000Z (over 1 year ago)
- Last Synced: 2024-04-14T13:42:55.078Z (9 months ago)
- Topics: babel, eslint, express, jest, node, prettier, typescript, yarn
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to node-setup 👋
> 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.