Clone repository:
git clone git@github.com:HiNeX/coinboard-trade.git ./coinboard
Go to folder with project and build image:
cd ./coinboard
docker build -t <your username>/coinboard .
Start docker container:
docker run -p 3000:8080 -d <your username>/coinboard
Clone repository:
git clone git@github.com:HiNeX/coinboard-trade.git ./coinboard
Go to folder with project and install dependencies:
cd ./coinboard
npm install
Start project:
export NODE_ENV="development"
npm run-script dev