Hello! Welcome to Golden-KTV, a fullstack application for karaoke lovers! Our application was built with React, Redux, Node, Express, PostgresSQL, Sequelize, OpenTok API, Socket.io, and Youtube Data API.
├── .github
├── client
│ ├── components
│ ├── store
│ ├── index.js
│ ├── roomReducer.js
│ ├── user.js
│ ├── user.spec.js
│ ├── app.js
│ ├── history.js
│ ├── index.js
│ ├── socket.js
├── public
│ ├── fonts
│ ├── images
│ ├── favicon.ico
│ ├── index.html
│ └── style.css
├── script
│ ├── seed.js
│ └── seed.spec.js
├── server
│ ├── api
│ ├── auth
│ ├── db
│ ├── socket
│ ├── index.js
│ └── index.js
├── .gitignore
├── package.json
└── README.md
npm run start-dev
will make great things happen!
If you want to run the server and/or webpack separately, you can also npm run start-server
and npm run build-client
.
From there, just follow your bliss.