Skip to main content

Vimall (ReactJs)

Environment confirmation​

$ yarn -v
1.22.17

$ node -v
v14.17.5

$ npm -v
6.14.14

Run in development​

cd <react-native-project-root>
yarn install

If you are using npm without yarn

cd <react-native-project-root>
npm install

Then, start with command below

yarn start

or

npx start

File structure​

- public                                      # Project default files
- src/api/ # Project config api
- src/assets/ # Image asset files
- src/atoms/ # Project components
- src/constants/ # Project constant
- src/hooks/ # React hooks
- src/i18n/ # Internationalization files
- src/molecules/ # Project components
- src/pages/ # Project pages
- src/redux/ # Project redux config
- src/templates/ # Project templates layout
- src/theme/ # Project theme and global components
- src/utils/ # Helper files
- src/App.css # Global styles
- src/App.tsx # Project config router
- src/index.tsx # JavaScript entry point.
- src/react-app-env.d.ts # Project config env
- src/reportWebVitals.ts # Project default files
- src/serviceWorker.ts # Project default files
- src/setupTests.ts # Project default files
- src/test-utils.tsx # Project default files
- babel.config.js # Babel config
- package.json # Node packages
- tsconfig.json # Typescript config

SUPPORT INFORMATION​

Thank for your purchase, feel free to contact with us if you have any trouble when install application.

OUR PRODUCTS:​

Thank you!