Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidje13/neutrino-typescript-react-example

Demo of neutrino-typescript and neutrino-typescript-eslint with React
https://github.com/davidje13/neutrino-typescript-react-example

Last synced: about 1 month ago
JSON representation

Demo of neutrino-typescript and neutrino-typescript-eslint with React

Awesome Lists containing this project

README

        

# Neutrino Typescript React 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)
when combined with React.

## Capabilities

### Linting & Type Checking

```bash
npm run lint
```

### Testing via Jest

```bash
npm test
```

### Transpiling

```bash
npm run build
```

### Running

```bash
npm start
```