- Checkout project
npm install- Start for development with
CONSUMER_KEY='YOUR_CONSUMER_KEY' CONSUMER_SECRET='YOUR_CONSUMER_SECRET' npm startand openhttp://localhost:8080with your browser
- Checkout project
npm installCONSUMER_KEY='YOUR_CONSUMER_KEY' CONSUMER_SECRET='YOUR_CONSUMER_SECRET' npm build
The build artifacts will be stored in the dist/ directory.
- Create docker image :
docker build --no-cache --build-arg CONSUMER_KEY='YOUR CONSUMER KEY' --build-arg CONSUMER_SECRET='YOUR CONSUMER SECRET' -t voxeet-react-sample . - Run :
docker run -p 3000:443 voxeet-react-sample - Open
http://localhost:3000with your browser (Chrome or Firefox)