Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 406 Bytes

File metadata and controls

22 lines (20 loc) · 406 Bytes

mintcord

discord clone project with react

mintcord-backend

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 dev

mintcord-frontend

based on create-react-app 3.3

$ cd mintcord-frontend
$ npm install
$ npm start