https://github.com/giorgiogtelian/angular-addicted_project
Created with StackBlitz ⚡️- a project made for an audition for angular
https://github.com/giorgiogtelian/angular-addicted_project
Last synced: 8 months ago
JSON representation
Created with StackBlitz ⚡️- a project made for an audition for angular
- Host: GitHub
- URL: https://github.com/giorgiogtelian/angular-addicted_project
- Owner: giorgioGTelian
- Created: 2023-02-17T09:24:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T16:57:23.000Z (over 2 years ago)
- Last Synced: 2024-12-29T14:33:58.569Z (9 months ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/angular-igxrac
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-Addicted_project
## To test immdiately it you can use:
[Live DEMO on stack blitz ⚡️](https://stackblitz.com/edit/angular-igxrac?file=README.md)## 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
```bash
npm install localhost --save-dev
```
```javascript
import localhost from 'localhost';
localhost('./').listen(port);
```#### Save globally and run as an executable
`localhost [directory] [-p portNumber|8080]````bash
npm install -g localhost
cd ./www/
localhost
```#### Run using npx
```bash
cd ./www/
npx localhost
```