AntonellaM / adalab-project

Adalab postcard project

Home Page:https://estherpato.github.io/adalab-project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adalab project

Getting started

Prerequisites

Node .js

Angular requires Node.js version 8.x or 10.x. To check your version, run: node -v

To install Node.js:

  • Ubuntu

sudo apt update

sudo apt install nodejs npm

  • Mac

brew update

brew install node

Install the Angular CLI

You use the Angular CLI to create projects, generate application and library code, and perform a variety of ongoing development tasks such as testing, bundling, and deployment.

npm install -g @angular/cli

Create a workspace and initial application

In this case we will just fork the repo and work with it, but in case you want to create a new Angular project:

ng new my-app

Remember to run npm install after cloning this repo!

Serve the application

Run the following line once you're inside the project folder:

ng serve --open

Deploy on Github pages

Resources

Installations

Styling

About

Adalab postcard project

https://estherpato.github.io/adalab-project/


Languages

Language:TypeScript 62.1%Language:HTML 14.6%Language:CSS 12.1%Language:JavaScript 11.3%