https://github.com/davidje13/neutrino-typescript-example
Demo of neutrino-typescript and neutrino-typescript-eslint
https://github.com/davidje13/neutrino-typescript-example
Last synced: 3 months ago
JSON representation
Demo of neutrino-typescript and neutrino-typescript-eslint
- Host: GitHub
- URL: https://github.com/davidje13/neutrino-typescript-example
- Owner: davidje13
- License: mit
- Created: 2019-07-06T11:38:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T12:42:20.000Z (over 4 years ago)
- Last Synced: 2025-03-08T14:02:52.308Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 747 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neutrino Typescript Example
This is an example project demonstrating the use of
[neutrino-typescript](https://github.com/davidje13/neutrino-typescript#readme)
and
[neutrino-typescript-eslint](https://github.com/davidje13/neutrino-typescript-eslint#readme).## Capabilities
### Linting & Type Checking
```bash
npm run lint
```### Testing via Jest
```bash
npm test
```### Transpiling
```bash
npm run build
```### Running
```bash
npm start
```