Skip to content

rvab/poc-angular-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Angular elements POC

Build Instructions

Build Setup

  • Clone angular-element-poc inside your workspace dir.

  • Switch to angular app cd angular

  • Install nvm for linux or mac from this url

  • Install this specific version of nodejs using nvm : nvm install v16

  • Check nodejs version by typing : node -v

  • If multiple versions are installed use the correct version : nvm use v16 for Mac/Linux.

  • Remove package-lock.json and node_modules folders if they are exist in the directory

  • Install dependencies : npm install

  • Install http-server to serve the build files: npm install -g http-server

  • Perform the following steps in the same order in 2 parallel terminals:

    npm run watch

    http-server --path=public --port=4200

  • Use the below credentials to login. These are fake credentials that are available(https://reqres.in/)

  email: eve.holt@reqres.in
  password: cityslicka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors