Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 896 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 896 Bytes

💪 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