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: 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:42:51.000Z (almost 3 years ago)
- Last Synced: 2026-01-03T14:33:58.030Z (6 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.