An open API service indexing awesome lists of open source software.

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

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

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`