Skip to content
/ ng7 Public

This is a quick start creating an angular 7 application with webpack 4.

License

Notifications You must be signed in to change notification settings

muweigg/ng7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng7

This is a quick start creating an angular 7 application with webpack 4.

Quick start

# Clone my repo
git clone https://github.com/muweigg/ng7.git

# Change directory to ng7
cd ng7

# Install dependencies
npm install
or
yarn install

# Start dev server at https://localhost:4444
npm run serve
or
yarn serve

# Enable hot module replacement
npm run serve:hot
or
yarn serve:hot

# Build for production (uses aot compiler)
npm run build:aot
or
yarn build:aot

About

This is a quick start creating an angular 7 application with webpack 4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published