customer-migration-components
v0.1.3
Published
Customer Migration Front-End
Downloads
6
Readme
Project: Customer Migration Front-End
Helps Redmart user to migrate form Redmart to Lazada. Last date of the move is 15 March.
How to setup the project
First Time setup
mac users:
brew install node
Linux/Ubuntu users: Go to Node.js and download and install the setup
Check if npm is installed
in console, type:
npm -v
you will see npm version if everything is right.
Clone Repo
cd ~/Documents git clone https://github.com/Redmart/customer-migration-front-end.git cd partner-portal-v2
Installing Dependencies
npm i
First Time setup is completed 👍
Running Server
Running Dev server:
$ npm run start
Running Production Bild:
npm run prod
Global Dependencies
- Node : 6.11.1(or above)