GregoireBa / unicornFactory

This project is for the purpose of a technical test.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicorn

This project is for the purpose of a technical test.

Demo : https://unicorn-factory.netlify.app/

Docker Install/Run

git https://github.com/GregoireBa/unicornFactory.git
cd unicornFactory
docker build -t unicorn:latest .
docker run --name unicorn -d -p 4000:80 unicorn:latest

App running on http://127.0.0.1:4000/

About

This project is for the purpose of a technical test.


Languages

Language:JavaScript 49.4%Language:TypeScript 27.0%Language:SCSS 12.5%Language:HTML 8.6%Language:Dockerfile 2.5%