Skip to content

Commit e54627d

Browse files
committed
Added dev config files
1 parent 3b49f4a commit e54627d

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015", "react", "stage-2"]
3+
}

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
node_modules/
3+
lib/

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.3.1

nodemon.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ignore": [
3+
"lib/"
4+
],
5+
"events": {
6+
"restart": "npm run build_client"
7+
}
8+
}

0 commit comments

Comments
 (0)