{"id":18989501,"url":"https://github.com/thiendangit/mtstorereactjs","last_synced_at":"2026-04-18T01:32:33.076Z","repository":{"id":46051429,"uuid":"401748436","full_name":"thiendangit/MTStoreReactJS","owner":"thiendangit","description":"MTStore","archived":false,"fork":false,"pushed_at":"2021-11-17T16:22:04.000Z","size":3574,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T10:44:13.851Z","etag":null,"topics":["react","taiwindcss","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://github.com/thiendangit/MTStoreReactJS","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thiendangit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-31T15:12:44.000Z","updated_at":"2021-12-03T02:10:25.000Z","dependencies_parsed_at":"2022-08-30T20:10:29.082Z","dependency_job_id":null,"html_url":"https://github.com/thiendangit/MTStoreReactJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thiendangit/MTStoreReactJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiendangit%2FMTStoreReactJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiendangit%2FMTStoreReactJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiendangit%2FMTStoreReactJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiendangit%2FMTStoreReactJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiendangit","download_url":"https://codeload.github.com/thiendangit/MTStoreReactJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiendangit%2FMTStoreReactJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"ssl_error","status_checked_at":"2026-04-18T00:39:20.671Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","taiwindcss","typescript","webpack"],"created_at":"2024-11-08T17:06:50.886Z","updated_at":"2026-04-18T01:32:33.054Z","avatar_url":"https://github.com/thiendangit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MTStoreReactJS\n## Features\n- React\n- Redux\n- TypeScript\n- Webpack\n- Jest\n- Tailwind\n- styled-components\n- EsLint\n- Prettier\n- [Esri-Loader](https://github.com/Esri/esri-loader)\n\n## Getting Started\n\n1. Make sure you have a fresh version of [Node.js](https://nodejs.org/en/) and NPM installed. The current Long Term Support (LTS) release is an ideal starting point\n\n2. Clone this repository to your computer: \n    ```sh\n    git clone https://github.com/thiendangit/MTStoreReactJS.git\n    ```\n3. Create .env\n    ```sh\n    cp .env .env.example\n    ```\n\n3. From the project's root directory, install the required packages (dependencies):\n\n    ```sh\n    npm install\n    ```\n\n4. To run and test the app on your local machine (http://localhost:8080):\n\n    ```sh\n    # it will start a server instance and begin listening for connections from localhost on port 8080\n    npm run start\n    ```\n\n5. To build/deploye the app, you can run:\n\n    ```sh\n    # it will place all files needed for deployment into the /dist directory \n    npm run build\n    ```\n\n## Project Structure\n\n```sh\n├── public  \n    ├── favicon.ico\n    ├── index.html              # html template for the app\n    ├── thumbnail.jpg           # an image will be used in og:image meta tag\n├── src                         # Source code.\n    ├── components              # reusable UI components\n        ├── ArcGIS              # building blocks for the Map Interface with ArcGIS API for JavaScript (e.g. MapView, Search Widget and tec)\n    ├── constants               # app-wide constants (text, URLs, themes and etc)\n    ├── contexts                # React contexts\n    ├── hooks                   # reusable custome hooks\n    ├── pages                   # Page components\n    ├── services                # API calls\n    ├── static                  # static assets\n    ├── store                   # Redux store\n        ├── reducers            # reducers to manage app's state\n        ├── configureStore.ts\n        ├── getPreloadedState.ts \n    ├── styles                  # app-wide styles\n    ├── types                   # type definitions\n    ├── utils                   # utility functions\n    └── index.tsx               # entry point for the app\n├── .babelrc\n├── .eslintrc.js\n├── .prettierrc.js\n├── package.json\n├── tsconfig.json\n├── webpack.config.js\n├── tailwind.config.js\n├── postcss.config.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiendangit%2Fmtstorereactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiendangit%2Fmtstorereactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiendangit%2Fmtstorereactjs/lists"}