Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 262 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 262 Bytes

Development

Install NPM pages and start the development server:

% npm install
% npm test
% npm start:dev

Docker

Build the app as a docker container:

% docker build --tag checkers .
% docker run -it --rm -p 8080:80 checkers