8000 GitHub - Nhatcapdang/Project-01: The project is done during self-study
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nhatcapdang/Project-01

Repository files navigation

project
│  ...
│
└── build                  --> Webpack output
│
└── public
│  │  index.html           --> main HTML for web
│  │  ...
│
└── src
│  │  index.tsx            --> root file
│  │
│  └── img                 --> contains all the assets like: images, svg,...
│  │
│  └── components          --> use class component
│  │  
│  │  
│  └── componentTMDT       --> use function component
│  │
│  └── configFirabase      --> environment config connect to firabase
│  │  
│  └── common              --> common components
│  │
│  │
│  └── Reducer 
│  │  |
│  │  └──index.js          --> redux's store root
│  │  |  ...
│  └── actions             --> define action types
│  │ 
│  │
│  └── constants           --> define constants
│  │
│  └── page                --> website screens
│  │
│  │
│  └── ...
│

Deployment

To deploy this project run

  1. cd project
  2. Run npm install
  3. Run npm start

About

The project is done during self-study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0