ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 2704e0ebff2e1cc64f9dfb9a99eec4382b12dce0
parent a5b17530826e99fe8e33aa31787a72597231bb61
Author: dharmesh-kh24 <dharmesh.kh24@gmail.com>
Date:   Fri, 15 Jul 2016 09:14:34 +0530

Remove view folder from project structure (#743)

As jade is no longer used [#711](https://github.com/kriasoft/react-starter-kit/pull/711), view folder is not present in src. Updating getting started doc for this change.
Diffstat:
Mdocs/getting-started.md | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md @@ -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