Skip to content

firstpersoncode/github-react-hooks-plain

Repository files navigation

github-react-hooks-plain

Getting Started

install deps:

yarn

start jest testing...

yarn test

start development:

yarn dev

start production:

yarn start

OR

yarn prod

bundle analyzer:

yarn analyze

Project Structure

core

contain express and webpack configuration.

src

Source code for the React project.

src/app

React project bootsrap for the client and server.

src/components

Reusable dummy component that only receive props without connected to global state

src/containers

Component that is connected to global state and contain several components

src/routes

Component that is behave as screen (page), connected to global state, contain several components and containers.

src/store

Global state configuration, contain state and actions

src/utils

Helper for the project

src/variables

contain shared const / variables

static

contain static files

License

@firstpersoncode

About

GitHub page with user search and repository search, build using React, without material UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published