/Fundky-Fullstack

Fullstack Environment Example for Fundky

Primary LanguageJavaScriptMIT LicenseMIT

Fundky-Fullstack

Fullstack Environment Example for Fundky

express react node nodemon tailwindcss docker caddy

What is ERN Stack?

E - Express.js (Backend)

R - React.js (Frontend)

N - Node.js (JavaScript Runtime)

Install Instructions

Clone Repo

git clone git@github.com:VideoGameRoulette/Fundky-Fullstack.git

Initiallize Submodules

git submodule update --init --recursive

Start With Docker

docker-compose up --build --remove-orphans

Install Nodemon (For Development Mode)

docker-compose exec backend yarn add nodemon

Start Without Docker

Frontend

npm i

yarn start

Backend

npm i

node index or nodemon index

Client Browser URL

Frontend URL

Backend URL