Browse Source

first commit

Manuel 4 years ago
parent
commit
09073bc37d
2 changed files with 4 additions and 12 deletions
  1. 3 11
      .gitignore
  2. 1 1
      package.json

+ 3 - 11
.gitignore

@@ -1,26 +1,18 @@
-# See https://help.github.com/ignore-files/ for more about ignoring files.
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 
 # dependencies
 /node_modules
-/src/coreui-new
-/src/coreui-icons
-/src/coreui-charts
+/.pnp
+.pnp.js
 
 # testing
 /coverage
-/src/coreui-new
-/src/coreui-icons
-/src/coreui-charts
 
 # production
 /build
-/src/coreui-new
-/src/coreui-icons
-/src/coreui-charts
 
 # misc
 .DS_Store
-.idea
 .env.local
 .env.development.local
 .env.test.local

+ 1 - 1
package.json

@@ -92,7 +92,7 @@
     "react-scripts": "^3.4.0"
   },
   "scripts": {
-    "start": "react-scripts start",
+    "start": "PORT=8006 react-scripts start",
     "build": "react-scripts build",
     "test": "react-scripts test",
     "test:cov": "npm test -- --coverage --watchAll=false",