https://github.com/paulocoutinhox/angular-starter-project
Starter project for Angular using Webpack and more
https://github.com/paulocoutinhox/angular-starter-project
angular e2e-tests nodejs starter-project webpack2
Last synced: 6 months ago
JSON representation
Starter project for Angular using Webpack and more
- Host: GitHub
- URL: https://github.com/paulocoutinhox/angular-starter-project
- Owner: paulocoutinhox
- Created: 2016-11-10T18:27:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T04:58:42.000Z (almost 9 years ago)
- Last Synced: 2025-01-03T03:13:01.354Z (over 1 year ago)
- Topics: angular, e2e-tests, nodejs, starter-project, webpack2
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Starter Project
[](https://travis-ci.org/prsolucoes/angular-starter-project)
# Quickstart
Run this commands on this project directory:
> npm install
> npm start
# In action
Open the URL in your prefered browser:
[http://localhost:9000](http://localhost:9000)
# Demo
http://angular-starter-project.prsolucoes.com
# Generate files to production
> npm run build
Want check your production files?
> npm run serve
# Execute E2E tests
> npm run tests-e2e
# What is included?
- Angular
- Webpack 2
- jQuery 3
- Bootstrap 3
- Some components (home, about, not found[404], header, footer, main)
- Routes (home and basic components)
- Main and route modules
- Well organized (bootstrap, polyfills and vendor)
- Static files folder with favicons
- Live reload
- E2E tests with Protractor
Ready to use project :)
# More commands
Clean project leaving only project files
> npm run clean
Start in development mode
> npm start
Start in production mode
> npm run start-prod
Explore generated files for production
1. Change in "webpack.prod.config.js" in "UglifyJsPlugin" property "sourceMap" to "true"
2. Change in "webpack.prod.config.js" property "devtool" to "source-map"
> npm run build
> npm run explorer
# Screenshots
