Sachin124 / using_gulp

Angular application after the gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crud

This is Basic Application in Angular for Create, Delete, View, Update Operation for Marvellous Student Data

On Development Build (Normal using ng-serve)

Alt text

Prod Build

You can see production build on dist/crud folder you can run this app using http-server and see the network request without using Gulp

Alt text

After Using Gulp

You can see Gulp build on gulpbuild folder you can run this app using http-server and see the network request using Gulp

Alt text

How to Run this Project

~ Open This Project in Visual Studio Code.

~ Open Visual Studio Terminal

To open the terminal:

Use the Ctrl+` keyboard shortcut with the backtick character. Use the View | Integrated Terminal menu command. From the Command Palette (Ctrl+Shift+P), use the View:Toggle Integrated Terminal command.

Check You are in correct folder path

type command in terminal

npm install

ng serve

open in browser localhost:4200

using_gulp

Angular application after the gulp

About

Angular application after the gulp


Languages

Language:JavaScript 94.2%Language:TypeScript 4.1%Language:HTML 1.7%Language:CSS 0.0%