Product catalogue app for code challenge of GuideSmiths company
- React Hook
- Redux
- React Bootstrap (UI Framework) to Grid
Please visit : ____________________ for demo
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
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