Skip to content

NhanHoang8195/vng-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Setup and run VNG-TEST app

After clone this repo to your local machine, do following steps to run this app:
Run command:

  1. cd vng-test/

  2. npm install

  3. npm start

After finished all of the commands above, you can open any browsers and
access to http://localhost:3000 to see visit website.

This project use:

Structure for this project.

src/   
  ├──components/  
  |    ├──chart/   
  |    |     ├──index.js   
  |    |     ├──pieChart.js   
  |    |     └──styles.scss   
  |    └──dataTable/   
  |          ├──index.js   
  |          └──styles.scss   
  ├──constants/   
  |    └──index.js   
  |
  ├──containers/   
  |    ├──customer/
  |    |     ├──constants.js      
  |    |     ├──formCustomer.js   
  |    |     ├──index.js   
  |    |     └──styles.scss   
  |    ├──header/   
  |    |    ├──__tests__/   
  |    |    |     └──App.test.js   
  |    |    ├──actions.js   
  |    |    ├──index.scss      
  |    |    ├──mockInitData.json      
  |    |    ├──reducer.js  
  |    |    ├──styles.scss      
  |    |    └──type.js   
  |    └──App.js   
  |
  ├──store/   
  |    └──index.js   
  ├──ulti/   
  |    └──index.js   
  ├──styles.scss   
  ├──index.js   
  └── serviceWorker.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published