Frontend for react-social-backend.
🎯 Home (Social Posts)
🎯 Login (Login, Register)
🎯 Profile
🎯 Settings (Darkmode)
$ npm install
# development
$ npm run dev
# production
$ npm run start
Open http://localhost:3000 to view it in the browser.
# build image
docker build -t react-social .
# deploy
docker run -p 3000:3000 react-social