Skip to content

Commit b3110f3

Browse files
Add parsing
1 parent a5aaf12 commit b3110f3

11 files changed

Lines changed: 29801 additions & 6 deletions

File tree

example-project/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import tabs from './views/tabs';
22

3+
//codecrumb
34
const App = {
45
init() {
56
tabs.render();

example-project/views/tabs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import HomePage from './home/home-page';
22
import ProductPage from './product/product-page';
33

4+
//codecrumb
45
const tabsSwitch = index => {
56
console.log(index);
67
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "yarn start:client & yarn start:server",
99
"start:client": "cd src/public && webpack --progress --colors --watch --env dev",
10-
"start:server": "nodemon ./src/server/index.js"
10+
"start:server": "nodemon --inspect ./src/server/index.js"
1111
},
1212
"dependencies": {
1313
"babel-core": "^6.26.3",

0 commit comments

Comments
 (0)