uUZINN / react-blog-test

React를 활용하여 간단한 블로그 사이트를 제작하였습니다.

Home Page:https://react-blog-test-d64c95561039.herokuapp.com/list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client

npx create-react-app .
npm install sass
npm install react-bootstrap bootstrap
npm install react-router-dom
npm install axios
npm install http-proxy-middleware
npm install @emotion/css
npm install @emotion/react
npm install @emotion/styled
npm install firebase
npm install react-redux
npm install @reduxjs/toolkit
npm install react-avatar npm install moment

server

npm init -y;
npm install express --save;
npm install nodemon --save;
npm install path --save;
npm install mongoose --save;
npm install multer --save;
npm install aws-sdk@2.348.0 --save;
npm install multer-s3@2.10.0 --save;

문제 해결

  • client 폴더에 화살표 생길 때 : .git 폴더를 지운다.
    rm -rf .git
    git rm --cached . -rf# simple300

About

React를 활용하여 간단한 블로그 사이트를 제작하였습니다.

https://react-blog-test-d64c95561039.herokuapp.com/list


Languages

Language:JavaScript 76.0%Language:SCSS 20.3%Language:HTML 3.6%Language:Procfile 0.0%