Skip to content

Malte2036/react-social

Repository files navigation

💪 React Social

Desktop

Frontend for react-social-backend.

⚡ Pages

🎯 Home (Social Posts)

🎯 Login (Login, Register)

🎯 Profile

🎯 Settings (Darkmode)

🚀 How to use

Installation

$ npm install

Running the app

# development
$ npm run dev

# production
$ npm run start

Open http://localhost:3000 to view it in the browser.

deploy with Docker

# build image
docker build -t react-social .

# deploy
docker run -p 3000:3000 react-social

🧑‍💻 Technologies used