Giter Club home page Giter Club logo

productwebui's Introduction

LivelyGig

LivelyGig's freelance marketplace front end. Please join LivelyGig at Slack or Twitter for more information, community updates and the latest development.

Build Status

Application Structure

Application is broadly divided into three parts:

  • server Used as proxy to GloseVal backend server - this will go away once the front end is fully implemented
  • client Scala.js application (client side, after compliation etc. runs on browser)
  • shared Shared scala code between the server and the client

Building

The build process requires several pieces of software to be installed on the host system:

  • Java Development Kit 8.0
  • SBT 0.13.9 - This will download rest of the required softwares i.e. scala etc.
  • Git client

Before running the application you need to have node.js installed

Then do npm install at the project root to install jsdom

To run the application, open a command line interface (CLI) follow the step below (run individual each command):

git clone https://github.com/LivelyGig/ProductWebUI.git
sbt -verbose -Dhttp.port=8080 run
or sbt -java-home <JAVA_HOME> -verbose -J-Xmx3G -Dconfig.trace=loads stage
for example: sbt -java-home /usr/lib/jvm/java-1.8-openjdk -verbose -J-Xmx3G -Dconfig.trace=loads stage

Then visit the home page at http://localhost:8080/

To edit source code using IntelliJ IDEA editor please follow the instruction in Google Docs [here] (https://docs.google.com/document/d/1VyU5XtWzXugTa7R3odUEa8I1kmj_nVUa7VgrnkDHnQE/edit)

To install 'sbt', you may need to use Homebrew on your mac:

brew install sbt

Or you can configure after downloading and unzipping 'sbt' to your executable path by editing '.bash_profile' if using bash shell on unix or linux or mac system

export PATH=$PATH:<SBT_DOWNLOADED_UNZIPPED_PATH>/sbt/bin

or in Windows system

set PATH=%PATH%;<SBT_DOWNLOADED_UNZIPPED_PATH>\sbt\bin

productwebui's People

Contributors

bhagyashree-b avatar apfeiffercreative avatar saurabhmahajana4 avatar maritberre avatar edeykholt avatar devendudeodhar avatar jborozdina avatar villeimmonen avatar shubhamkamthania avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.