Git Product home page Git Product logo

test-branch's Introduction

SSENSE's backend services UI Boilerplate

This repo should work as a starting point for any backend service project requiring a UI part.

Getting Started

Development

Running the project using workspace:

First you must clone the project.

$ make clone service=ui-boilerplate

You'll notice there are two services that are cloned. This is because the boilerplate's service definition in the workspace's docker-compose.yml includes a depends-on rule that ties it to the component-library. The purpose of this rule is to enable the boilerplate to hot reload when changes are made on the component library.

To bring up both services and make use of this feature, simply run:

$ docker-compose build --build-arg LIB_DIR=/component-library ui-boilerplate
$ docker-compose up ui-boilerplate

If you wish to build the ui-boilerplate without using the symlink, simply run:

$ docker-compose up -d --build ui-boilerplate
$ docker-compose stop ui-component-library

Upon successfully bringing up the boilerplate image as a container, the following line should be displayed:

ui-boilerplate_1                  | ℹ 「wdm」: Compiled successfully.

Running the project locally:

In order to run the project locally, simply run:

$ npm install
$ npm run start

...and start writting some code.

Technologies used

  • React 16.X
  • Webpack 4.X
  • Docker
  • Docker compose
  • Ssense Component Library

WIKI page with more info

test-branch's People

Contributors

coljung avatar nicossense avatar asacco-ssense avatar mani-ssense avatar

Stargazers

Roman avatar

Watchers

James Cloos 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.