
Product
Introducing Reachability for PHP
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.
simple-angular-server
Advanced tools
It is use to serve angular public or dist director with HTML5Mode=true
It means no more URL problems like showing 404 Error when we directly open ui-route or ng-route defined state.
node or iojsLinux operating systemJust run this command into angular project directory and make sure node is install before.
npm i simple-angular-server -g
After installing this globaly. Now this can be accessable by LINUX command angularserver
dist folder)Lets suppose complete angular application
pathwould be/home/user/myAngularApp/dist. Heredistis our public directory.
index.htmlYou can define angular app public directory.
Syntax-1 (Relative Path): angularserver --dir [Directory Name]
Syntax-2 (Absolute Path): angularserver --dir [Complete Directory Path]
$ angularserver --dir ./dist
OR
$ angularserver --dir home/user/myAngularApp/dist
By default dir is [Directory Path:Your Current Directory]
index.html file path which contain ng-app definedThis file should be in root directory (like here
distis root directory)dist->index.htmlYou can set your own main HTML file which containsng-app. Lets suppose we havemain.htmlis main file to serve:
main.htmlSynatx: angularserve --file [Your File Name]
$ angularserve --file main.html
By default file is [file:index.html]
You can define angular server port
Syntax: angularserver --port [Port Number]
$ angularserver --port 8888
By default port is [port:3000]
Our command would be like
$ angularserver --port 8080 --dir dist --file main.html
git@github.com:kashishgupta1990/simple-angular-server.git
npm i simple-angular-server -g
It's open community, so all are welcome to contribute or open issue || suggestion || comments
FAQs
Simple angular server to serve angular page's with HTML5 mode on
The npm package simple-angular-server receives a total of 16 weekly downloads. As such, simple-angular-server popularity was classified as not popular.
We found that simple-angular-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.

Product
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.