truffle init doesn't create App folder

Created on 15 Mar 2017  Â·  4Comments  Â·  Source: trufflesuite/truffle

screenshot from 2017-03-15 08-51-03

thank you for help

Most helpful comment

It will not by default. The default project now only provides contracts,
migrations and tests.

You can get a default web app though, which does have an app folder, via
truffle init webpack.

On Thu, Mar 16, 2017 at 3:03 AM andre-zh notifications@github.com wrote:

As far as I know it won't create App folder like before.
http://truffleframework.com/docs/getting_started/project

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/ConsenSys/truffle/issues/374#issuecomment-287010426,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAFp1RSL3pAGnd2OYKoMWktmptyVHYiLks5rmQjqgaJpZM4MdmYk
.

All 4 comments

As far as I know it won't create App folder like before.
http://truffleframework.com/docs/getting_started/project

It will not by default. The default project now only provides contracts,
migrations and tests.

You can get a default web app though, which does have an app folder, via
truffle init webpack.

On Thu, Mar 16, 2017 at 3:03 AM andre-zh notifications@github.com wrote:

As far as I know it won't create App folder like before.
http://truffleframework.com/docs/getting_started/project

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/ConsenSys/truffle/issues/374#issuecomment-287010426,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAFp1RSL3pAGnd2OYKoMWktmptyVHYiLks5rmQjqgaJpZM4MdmYk
.

thank you :)

Note: The MetaCoin Truffle project used to be created by running truffle init. Now it exists as a Truffle Box.
v4.0.4

Was this page helpful?
0 / 5 - 0 ratings