Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.04 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.04 KB

React, Akita, React-Hooks, TypeScript, ES6 App

Greenkeeper badge

This app is using React with TypeScript and ES6, purely based on React Hooks (Functional Components)

Using TypeScript for connected functional components, UI components are using ESNext (ES6). Akita used for state management

You can use Redux-Devtools to monitor application state

Using eslint and tslint for linting with prettier. Linting and unit tests are integrated with git-hooks

Run on your local

Clone the repository, in the project directory, you can run:

Run yarn install or yarn to install dependencies

Run yarn start to start the application