Victor Luiz Domingues il y a 4 ans
Parent
commit
b3d04f2389
2 fichiers modifiés avec 13 ajouts et 3 suppressions
  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