Code Monkey home page Code Monkey logo

egeo-starter's Introduction

Egeo-starter

egeo-starter is an starter for Angular 2+ applications that includes the Egeo Library of components developed by Stratio. This starter is ready to work with AoT, Karma, Docker, setting its strengths in performance, testing and deployment. This project is developed using angular-cli

It is even possible to connect dinamically the webapp with the server side through Docker configuration. Read about this feature and much more in the wiki of the project.

But this is only a part of the Egeo project. Check the rest of our reports to know more about:

  • egeo: the library of components used to build Stratio's applications.
  • egeo-web: The official website of Egeo where documentation will be available soon.
  • egeo-ui-base: A Sass library that helps us to build our styles, including a rewritten Sass version of flexboxgrid.
  • egeo-theme: The egeo components are thematizable. This is the official theme used in the Stratio's applications.

Table of contents

About this Repo

This repo includes the whole needed to begin a new Angular 2+ App, including unit testing platform with Karma, deploy environment with docker and the library of components of Egeo all of them based on angular-cli development.

Getting Started

Dependencies

What you need to run this app:

  • node and npm
  • Ensure you're running at least versions of Node v6.x.x and NPM 3.x.x

Installing

You can install egeo-starter from npm:

npm i @stratio/egeo-starter

Work with the code

You can use Npm or Yarn to work with the starter. If you want to use Yarn, it has to be installed first as a global dependency in your local machine.

sudo npm i -g yarn

Once Yarn is installed or Npm is ready, you can install dependencies using:

yarn

or

npm install

How to Run

To run egeo-starter locally you must use this commands.

yarn start

or

npm run start

How to Test

There is a command to start the karma server and launch the whole tests written.

yarn test

or

npm run test

It is possible to run an individual test to avoid run the whole suite.

npm run test --component=st-two-list

How to Build

If you want to build a distributable package you must use the build command. This will create a dist folder with the distributable code of the package.

yarn build

or

npm run build

How to run container

If you want to build and run inside a docker container you must use the startup.sh script. This will create a dist folder with the distributable code of the package and copy inside a docker that run a nginx.

sh ./startup.sh

Contributing

There are many ways to contribute to the egeo-starter project. Check our contribution section in the Wiki to learn more.

License

Egeo-starter is distributed under the Apache 2 license. You may obtain a copy of the license here at:

http://www.apache.org/licenses/LICENSE-2.0

egeo-starter's People

Contributors

aalfonso-stratio avatar alexrchies avatar calcerrada avatar dgutierrez-stratio avatar fjsc avatar gjimenez-stratio avatar jcnunez-stratio avatar ppenalver avatar rgarom avatar rgarridostratio avatar stratiocommit avatar witokondoria 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.