You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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