Skip to content

giorgioGTelian/angular-Addicted_project

Repository files navigation

angular-Addicted_project

To test immdiately it you can use:

Live DEMO on stack blitz ⚡️

Or you can download the repo and follow this steps:

Start a localhost service

Static file server which returns files regardless of the header method

Embed within a NodeJS script

npm install localhost --save-dev
import localhost from 'localhost';
localhost('./').listen(port);

Save globally and run as an executable

localhost [directory] [-p portNumber|8080]

npm install -g localhost
cd ./www/
localhost

Run using npx

cd ./www/
npx localhost

About

Created with StackBlitz ⚡️- a project made for an audition for angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published