@@ -1,4 +1,6 @@
node_modules
dist
.webpack
-package-lock.json
+package-lock.json
+main.js
+src/main.js
@@ -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