Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 487 Bytes

File metadata and controls

33 lines (23 loc) · 487 Bytes

Neutrino Typescript React Example

This is an example project demonstrating the use of neutrino-typescript and neutrino-typescript-eslint when combined with React.

Capabilities

Linting & Type Checking

npm run lint

Testing via Jest

npm test

Transpiling

npm run build

Running

npm start