Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 522 Bytes

GeekSkool-- Meet-Up Project

Pre-requisites

  • Node (v8 or higher)
  • Redis (v2.8 or higher)
  • Webpack (v4)

How to run the application Locally

  • clone/download the repository: git clone https://github.com/archanabansal88/meet-up.git
  • run command "npm i" to install dependencies and devDependencies
  • start redis server using 'redis-server'
  • run command "npm run dev-server" to start the express server
  • run command "npm run start" to watch for local js changes
  • type localhost:3000 in browser