discord clone project with react
based on node.js and express install mysql first, and create
$ cd mintcord-backend
$ npm install
$ npm install -g sequelize
$ mv ./config/config.example.json ./config/config.json
$ mv .example.env .env
$ npm run devbased on create-react-app 3.3
$ cd mintcord-frontend
$ npm install
$ npm start