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
- Host: GitHub
- URL: https://github.com/nitor-infotech-oss/react-akita-starter
- Owner: nitor-infotech-oss
- License: mit
- Created: 2019-04-19T09:34:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:49:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T09:22:24.095Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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