Just a front-end repository so I can get going with Front-End development more quickly.
npm install
Alternatively, if you have yarn installed,
yarn install
To Run,
npm run dev
or
yarn dev
To make it go on Docker,
docker built -t febp . docker run -p 8080:80 --name=febp febp