angular-7-webpack-4-boilerplate
Ready to use Angular 7 project with webpack 4 configuration for development and production
File Explorer
Download Latest Version (.zip)- helpers.js
- webpack.config.common.js
- webpack.config.dev.js
- webpack.config.prod.js
- menu.component.html
- menu.component.scss
- menu.component.ts
- menu-routing.module.ts
- menu.module.ts
- home.component.html
- home.component.scss
- home.component.ts
- app-routing.module.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.module.ts
- styles.scss
- index.html
- main.aot.ts
- main.ts
- polyfills.ts
- vendor.ts
- .gitignore
- bs-config.js
- LICENSE
- package.json
- README.md
- tsconfig.aot.json
- tsconfig.json
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/samteb/angular-7-webpack-4-boilerplate
Downloads the entire project code from GitHub to your computer.
cd angular-7-webpack-4-boilerplate
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
