Browse Source

ajustes git

Victor Luiz Domingues 4 years ago
parent
commit
b3d04f2389
2 changed files with 13 additions and 3 deletions
  1. 3 1
      .gitignore
  2. 10 2
      README.md

+ 3 - 1
.gitignore

@@ -1,4 +1,6 @@
 node_modules
 dist
 .webpack
-package-lock.json
+package-lock.json
+main.js
+src/main.js

+ 10 - 2
README.md

@@ -1,9 +1,17 @@
 # i**Geom** Web
+
 ## Instalação
+
 ```
 npm install
 ```
+
+```
+npm run build
+```
+
 ## Executar
-Execute no navegador o arquivo 
-> index.html
 
+Execute no navegador o arquivo
+
+> src/index.html