/StreamloFrontEnd

Front end component of my music streaming web application. Created for my final year univeristy project. Powered by React, Node, ExpressJS and Mongodb

Primary LanguageJavaScript

Streamlo Frontend

The streamlo application was created for my final year project at university

Note: web service must be running in order for web app to function correctly You can find the web service component : Here

Powered by:

  • React@15.6.2
  • Express
  • Node
  • MongoDB

Streamlo Front-end utilizes a number of NPM modules including:

  • Axios
  • Babel
  • React-Router
  • immutability-helper
  • jwt-decode
  • moment
  • dotenv
  • eslint
  • webpack
  • Bootstrap
  • Lodash
  • Toastr

Local Machine Installation

Prerequisites
  • Node v8.5.0^

OSX/Windows

  1. Rename ".env.example" to ".env" and change the placeholder values to suit your environment.
  2. Run “npm install”
  3. Run "npm run dev"