File tree Expand file tree Collapse file tree 2 files changed +36
-28
lines changed Expand file tree Collapse file tree 2 files changed +36
-28
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,23 @@ Create a new `my-app` folder with files for your future project.
4848
4949```
5050my-app/
51- .gitignore
52- README.md
53- elm-package.json
54- public/
55- favicon.ico
56- index.html
57- src/
58- Main.elm
59- index.js
60- main.css
61- tests/
62- elm-package.json
63- Main.elm
64- Tests.elm
51+ βββ .gitignore
52+ βββ README.md
53+ βββ elm-package.json
54+ βββ elm-stuff
55+ βββ public
56+ β βββ favicon.ico
57+ β βββ index.html
58+ β βββ logo.svg
59+ β βββ manifest.json
60+ βββ src
61+ β βββ Main.elm
62+ β βββ index.js
63+ β βββ main.css
64+ β βββ registerServiceWorker.js
65+ βββ tests
66+ βββ Tests.elm
67+ βββ elm-package.json
6568```
6669
6770You are ready to employ the full power of Create Elm App!
Original file line number Diff line number Diff line change @@ -67,23 +67,28 @@ const db = new PouchDB('mydb');
6767```
6868
6969## Folder structure
70+
7071```
7172my-app/
72- .gitignore
73- README.md
74- elm-package.json
75- public/
76- favicon.ico
77- index.html
78- src/
79- Main.elm
80- index.js
81- main.css
82- tests/
83- elm-package.json
84- Main.elm
85- Tests.elm
73+ βββ .gitignore
74+ βββ README.md
75+ βββ elm-package.json
76+ βββ elm-stuff
77+ βββ public
78+ β βββ favicon.ico
79+ β βββ index.html
80+ β βββ logo.svg
81+ β βββ manifest.json
82+ βββ src
83+ β βββ Main.elm
84+ β βββ index.js
85+ β βββ main.css
86+ β βββ registerServiceWorker.js
87+ βββ tests
88+ βββ Tests.elm
89+ βββ elm-package.json
8690```
91+
8792For the project to build, these files must exist with exact filenames:
8893
8994- ` public/index.html ` is the page template;
You canβt perform that action at this time.
0 commit comments