
thank you for help
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
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: