E-commerce Mobile App UI KIT
Last updated
Was this helpful?
Last updated
Was this helpful?
Make sure you have a recent version (8.11 or later) of Node installed globally.
We recommend use nvm for easy upgrade, change node version.
With macOS, we use Homebrew:
On Debian or Ubuntu Linux:
or Wget:
The script clones the nvm repository to ~/.nvm
and adds the source line to your profile (~/.bash_profile
, ~/.zshrc
, ~/.profile
, or ~/.bashrc
).
Note: If the environment variable $XDG_CONFIG_HOME
is present, it will place the nvm
files there.
After that, execute command
Watchman exists to watch files and record when they change. It can also trigger actions (such as rebuilding assets) when matching files change.
With MacOS:
On Debian or Ubuntu Linux, install from source:
https://yarnpkg.com/en/docs/install
With MacOS:
On Debian or Ubuntu Linux:
Node comes with npm, which lets you install the React Native command line interface. Run the following command in a Terminal:
If you get an error like
Cannot find module 'npmlog'
, try installing npm directly:curl -0 -L https://npmjs.org/install.sh | sudo sh
.
Or with yarn
Note: (Ubuntu) make sure you add ~/.yarn/bin
to your PATH
Assuming that you have Node 10+ installed, you can use npm to install the Expo CLI command line utility:
Or with yarn
Step 1: Install Xcode
This step is very easy but it takes a while. Open up the Mac App Store, search for Xcode, and hit install (or update if you have it already). If you’re not able to update because your operating system is out of date, we recommend updating your operating system to the latest version and then updating Xcode. You may run into issues further down the line if your Xcode version is out of date, for example you may not be able to submit your app to the App Store.
Step 2: Install Xcode Command Line Tools
Open Xcode, then choose “Preferences…” from the Xcode menu (or press ⌘+,). Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.
Open downloaded IMBA UI Template source code.
Install node modules with command:
or
Easy custom your style with this app and add more business code to make complete beautiful E-commerce mobile application.