MrDanao / website

dantran.fr's frontend built with React

Home Page:https://dantran.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend of https://dantran.fr, deployed with CloudFlare Pages

Playing with React and the following backend stack:

  • Python (FastAPI)
  • MongoDB
  • MinIO

See MrDanao/api

Run locally

The following requirements must be installed on your local host:

  • Node.js (only tested with v15.14.0)
  • Yarn (only tested with v1.22.10)

Optional: nvm-sh/nvm to manage multiple versions of Node.js

Development

Install dependencies:

$ yarn install

Run it (development mode!):

$ yarn start

Access to the website: https://<localhost|host_ip>:3000

It will be recompiled at each changes

Tests

No tests for the moment

About

dantran.fr's frontend built with React

https://dantran.fr


Languages

Language:JavaScript 58.9%Language:CSS 34.1%Language:HTML 4.4%Language:Dockerfile 2.7%