grupy-app is project folder. other is folder that contains not important testing files.
Setup node.js on OSX/Linux
- sudo apt-get install curl
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
- nvm install v10.13.0
Version 10.13.0 is LTS.
Check if node and npm are installed with:
- node -v
- npm -v
- Navigate to grupy-app folder inside this project and install dependecies with npm install.
- npm start to start server.
- Open localhost:8000 and you're done.
Setup node.js on Windows
- Download node.js from their website and start project.