https://github.com/sant0shg/angular-fiddle
Sample fiddle like editor in angular 4
https://github.com/sant0shg/angular-fiddle
angular4 fiddle javascript
Last synced: about 2 months ago
JSON representation
Sample fiddle like editor in angular 4
- Host: GitHub
- URL: https://github.com/sant0shg/angular-fiddle
- Owner: sant0shg
- Created: 2017-10-11T18:32:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T11:25:04.000Z (over 8 years ago)
- Last Synced: 2025-08-08T05:26:37.226Z (10 months ago)
- Topics: angular4, fiddle, javascript
- Language: TypeScript
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Fiddle example
This is a sample application in angular 4 running html,css and js
## Live demo
You can see the live demo at
https://netdeamon.github.com/angular-fiddle/
## Screenshot

## Setup
Clone the application to your local drive
> git clone https:n//github.com/netdeamon/angular-fiddle.git
Then install the npm dependencies in the project folder
> npm install
## Requirements
This project requires
| Library | Version |
| :--- | :--- |
| Angular | 4.x |
| npm (angular dependency) | > 3.x |
| node (angular dependency) | > 6.9 |
## Starting the server
In order to start the application, run the command
> npm start
It will start the server locally in 4200 port. You can access it at `http://localhost:4200`