Web Development Libraries
Angular
Node
Local static web servers
node-static
npm i -g node-static
cd to directory containing static site files (e.g. dist in angular project) and run command
static- Open browser to http://localhost:8080
http-server
npm i -g http-server
cd to directory containing static site files (e.g. dist in angular project) and run command
static- Open browser to http://localhost:8080
- You can specify a different port by providing the -p or --port param:
static -p 4200
General
- Bootstrap
- Font Awesome
- MDB (Material Design Bootstrap)
- Storybook