Giter Site home page Giter Site logo

alobaton-pricesmart / nebular-angular-seed Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 1.0 73.48 MB

Angular CLI seed integrated with Nebular framework

License: MIT License

JavaScript 0.90% TypeScript 9.82% HTML 87.31% CSS 0.52% SCSS 1.45%
angular7 nebular seed docker ui docker-container docker-environment

nebular-angular-seed's Introduction

nebular-angular-seed

โš ๏ธ Still under construction

Build Status codecov dependencies Status devDependencies Status

This project is an Angular CLI seed integrated with Nebular framework.

Live Demo

How to start?

Clone the repository:

$ git clone https://github.com/alobaton/nebular-angular-seed.git
$ cd nebular-angular-seed/nebular-angular-seed

Install the project's dependencies

$ npm install

In order to start the seed use:

$ npm start

To build the application execute:

$ npm run build

How to test?

To test the project use:

$ npm run test

Dockerization

Production build and deployment

The prod image serves the minified app (sources compiles with a minimal set of dependencies), via an Nginx server. It is self-contained, and can therefore be pushed to a Docker registry to be deployed somewhere else easily.

To start the container use:

$ docker-compose -f docker-compose.prod.yml up -d   # optional: --build, see below

Open your browser at http://localhost:4200

Updating dependencies and sources

If you are not already familiar with Docker, please note that for both Dev and Prod docker environments, updates to npm dependencies will be visible only after re-building the image and restarting a new container from it.

In Dev environment, this only applies to npm dependencies, since the sources are mounted as a shared directory. In Prod environment, this applies to any change in the project.

To force docker-compose to rebuild the image before starting the container, use the --build flag:

$ docker-compose -f docker-compose.dev.yml up -d --build

How to update?

$ git remote add upstream https://github.com/alobaton/nebular-angular-seed
$ git pull upstream master

How to publish to Github Pages?

In order to publish to Github Pages user:

$ ng build --aot --prod --base-href "https://alobaton.github.io/nebular-angular-seed/"
$ npx ngh --dir=dist/nebular-angular-seed

License

MIT

nebular-angular-seed's People

Contributors

alobaton-pricesmart avatar vivianacastro avatar

Stargazers

 avatar  avatar

Forkers

0daybookworm

nebular-angular-seed's Issues

Migrate to Angular CLI

Is your feature request related to a problem? Please describe.
mgechev/angular-seed is deprecated, so use Angular CLI instead.

Describe the solution you'd like
Start a new project using Angular CLI, from this point we will integrate a tslint, karma for unit tests, etc.

Describe alternatives you've considered

Additional context

Sidebar and menu icons look bad

Describe the bug
The sidebar and menu icons look bad.

To Reproduce

Expected behavior
Fix the icons size.

Screenshots

Desktop (please complete the following information):

  • OS:
  • Browser
  • Version

Smartphone (please complete the following information):

  • Device:
  • OS:
  • Browser
  • Version

Additional context

Create Wiki

Is your feature request related to a problem? Please describe.
Create the project Wiki.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

ng-multiselect-dropdown show behind container

Describe the bug
ng-multiselect-dropdown show behind container

To Reproduce
Steps to reproduce the behavior:

  1. Go to create users page
  2. Click on roles multiselect
  3. See error

Expected behavior
The dropdown-list must shown over the container

Screenshots

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser chrome
  • Version

Additional context

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.