curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
- Note: more info NVM Installation
source ~/.bash_profile
nvm install 8
git clone https://github.com/abhishek1nair/dxninjas.git
Add the following line to .bash_profile
nvm use 8
cd ./onetap
npm install
npm install -g serve
cp ./src/constants/constants.js.sample ./src/constants/constants.js
- Starting dev server
- Desktop Version
npm start
- Build all files (For Desktop Version)
npm run build
- Run production server
serve -s build