Skip to content

Commit 4c99b15

Browse files
committed
create ReadMe.md
1 parent 83dc5bf commit 4c99b15

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Boilerplate Es6 Angular Webpack
2+
3+
This is a starter kit to get you working with es6 classes and modules within Angular using Webpack.
4+
5+
Basic Setup
6+
7+
1. run `git clone https://github.com/nearbycoder/boilerplate-es6-angular-webpack.git`
8+
2. run `npm install` within the directory the repo is located
9+
3. run 'npm start' this will start webpack-dev-server on port 8080
10+
4. From there the root of the app is `/src/app/app.js`
11+
12+
Take note: I have created a example component called home. This wil show you how to use es6 imports with angular to create a folder module structure for your components.

0 commit comments

Comments
 (0)