My personal website built using javascript with React, Express, React-Router, Github actions and a bunch of other fancy stuff.
-
Download the repository and install the dependencies:
git clone git://github.com/eschanet/website.git cd website npm install
-
Next, create an
.env
file:cp sample.env .env
Change values as appropriate.
-
Build the react application and serve it including hot module reloading:
npm start