Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 399 Bytes

Getting Started

First you need to have docker install locally

You can check out guide to install docker

To run application for development:

# To build an image
docker build -t silver-ape/front-end .

# Start development server
docker run -it  -v ${PWD}:/app -v /app/node_modules -p 3000:3000 -e CHOKIDAR_USEPOLLING=true silver-ape/front-end