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

https://github.com/nitor-infotech-oss/react-akita-starter

Starter kit with react-router, react-helmet, React, Akita, React-Hooks, TypeScript, ES6
https://github.com/nitor-infotech-oss/react-akita-starter

Last synced: 7 months ago
JSON representation

Starter kit with react-router, react-helmet, React, Akita, React-Hooks, TypeScript, ES6

Awesome Lists containing this project

README

          

# React-Akita-TypeScript boilerplate

## Starter kit with react-router, react-helmet, React, Akita, React-Hooks, TypeScript, ES6

This starter-kit app is using [React](https://reactjs.org/) with [TypeScript](https://www.typescriptlang.org/) and ES6, purely based on [React Hooks](https://reactjs.org/docs/hooks-intro.html) (Functional Components)

Using TypeScript for connected functional components, UI components are using ESNext (ES6). [Akita](https://netbasal.gitbook.io/akita/) used for state management

You can use [Redux-Devtools](https://github.com/zalmoxisus/redux-devtools-extension) to monitor application state

Using [eslint](https://eslint.org/) and [tslint](https://palantir.github.io/tslint/) for linting with [prettier](https://prettier.io/). Linting and unit tests are integrated with [git-hooks](https://githooks.com/)

## 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