Skip to content

Commit

Permalink
Remove view folder from project structure (#743)
Browse files Browse the repository at this point in the history
As jade is no longer used [#711](#711), view folder is not present in src. Updating getting started doc for this change.
  • Loading branch information
dharmesh-khandelwal authored and koistya committed Jul 15, 2016
1 parent a5b1753 commit 2704e0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Before you start, take a moment to see how the project structure looks like:
│ ├── /data/ # GraphQL server schema and data models
│ ├── /public/ # Static files which are copied into the /build/public folder
│ ├── /routes/ # Page/screen components along with the routing information
│ ├── /views/ # Express.js views (templates) for index and error pages
│ ├── /client.js # Client-side startup script
│ ├── /config.js # Global application settings
│ └── /server.js # Server-side startup script
Expand Down

0 comments on commit 2704e0e

Please sign in to comment.