GithubHelp home page GithubHelp logo

humaint / soon-portal-angular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from buildcore-io/portal-angular-example

0.0 0.0 1.0 2.54 MB

Soon portal example build with Soonaverse APIs

License: Apache License 2.0

JavaScript 9.65% TypeScript 50.97% HTML 37.74% SCSS 1.64%

soon-portal-angular's Introduction

Soonaverse collection galery example

Let's have some fun store. This is heavily in progress.

See LIVE example: here

Angular setup

Let's first install the Angular CLI. It's a neat tool Angular provides that automates many development tasks. To install it, open a terminal and type the following command:

npm install -g @angular/cli

Once installed, create a new project with the following command: ng new soon-portal-angular

A prompt will appear asking you if you want to enable strict mode. Select yes. This will enable a few other settings that will help to catch bugs ahead of time.

In your directory you now see your project repo. Type the following commands to go in it:

cd soon-portal-angular
ng serve --open

ng serve will build the app, while the --open option will open up a browser to http://localhost:4200/. You should now see Angular generic template page.

Customizing the html template

Now that the general project setup is done. Let's start customizing it within components.

Afterwards, the browser should reload instantly, displaying only the new title.

Customizing the stylesheet

For help with our styling, we will use the angular material components. These components made by the material team are an implementation of material design. They will allow us to quickly create a fast, design tested e-commerce.

๐Ÿค Contributing

PRs Welcome

We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.

Thank you for supporting us free open source licenses.

soon-portal-angular's People

Contributors

adamunchained avatar humaint avatar

Forkers

adamunchained

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.