/phone-catalogue

Product catalogue app for code challenge of GuideSmiths company

MIT LicenseMIT

Phone Catalogue

Product catalogue app for code challenge of GuideSmiths company

Technology

  • React Hook
  • Redux
  • React Bootstrap (UI Framework) to Grid

Demo

Please visit : ____________________ for demo

Usage

Installing:

npm i -g meta will install a meta command on your system.

Clone the meta repo:

$  meta git clone https://github.com/inmax/phone-catalogue.git

Getting started

In the project app directory, you can run:

$ cd phoneApi

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm start

In the project app directory, you can run:

$ cd phoneApp

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:8080
$ npm start

# build for production and launch server
$ npm run build
$ npm start

# deploy
$ npm run deploy -- --remote=<remote>

Environment variables

URL_API