8000 GitHub - leireriel/adalab-project: Adalab postcard project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leireriel/adalab-project

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • HTML 14.6%
  • CSS 12.1%
  • JavaScript 11.3%
0