Giter Club home page Giter Club logo

Comments (2)

gofenix avatar gofenix commented on June 12, 2024 1

I think phoenix framework is good, like this:

mix phx.new myapp
* creating myapp/config/config.exs
* creating myapp/config/dev.exs
* creating myapp/config/prod.exs
* creating myapp/config/runtime.exs
* creating myapp/config/test.exs
* creating myapp/lib/myapp/application.ex
* creating myapp/lib/myapp.ex
* creating myapp/lib/myapp_web/controllers/error_json.ex
* creating myapp/lib/myapp_web/endpoint.ex
* creating myapp/lib/myapp_web/router.ex
* creating myapp/lib/myapp_web/telemetry.ex
* creating myapp/lib/myapp_web.ex
* creating myapp/mix.exs
* creating myapp/README.md
* creating myapp/.formatter.exs
* creating myapp/.gitignore
* creating myapp/test/support/conn_case.ex
* creating myapp/test/test_helper.exs
* creating myapp/test/myapp_web/controllers/error_json_test.exs
* creating myapp/lib/myapp/repo.ex
* creating myapp/priv/repo/migrations/.formatter.exs
* creating myapp/priv/repo/seeds.exs
* creating myapp/test/support/data_case.ex
* creating myapp/lib/myapp_web/controllers/error_html.ex
* creating myapp/test/myapp_web/controllers/error_html_test.exs
* creating myapp/lib/myapp_web/components/core_components.ex
* creating myapp/lib/myapp_web/controllers/page_controller.ex
* creating myapp/lib/myapp_web/controllers/page_html.ex
* creating myapp/lib/myapp_web/controllers/page_html/home.html.heex
* creating myapp/test/myapp_web/controllers/page_controller_test.exs
* creating myapp/lib/myapp_web/components/layouts/root.html.heex
* creating myapp/lib/myapp_web/components/layouts/app.html.heex
* creating myapp/lib/myapp_web/components/layouts.ex
* creating myapp/assets/vendor/topbar.js
* creating myapp/lib/myapp/mailer.ex
* creating myapp/lib/myapp_web/gettext.ex
* creating myapp/priv/gettext/en/LC_MESSAGES/errors.po
* creating myapp/priv/gettext/errors.pot
* creating myapp/assets/css/app.css
* creating myapp/assets/js/app.js
* creating myapp/assets/tailwind.config.js
* creating myapp/priv/static/robots.txt
* creating myapp/priv/static/favicon.ico

Fetch and install dependencies? [Yn] n

We are almost there! The following steps are missing:

    $ cd myapp
    $ mix deps.get

Then configure your database in config/dev.exs and run:

    $ mix ecto.create

Start your Phoenix app with:

    $ mix phx.server

You can also run your app inside IEx (Interactive Elixir) as:

    $ iex -S mix phx.server

image

So I think it's better like this:

  1. Add the folder prefix
| Created examples/basic/go.mod
  1. Add a color to Created, maybe green

  2. The next steps

We are almost there! The following steps are missing:

    $ cd examples/basic

Start your Bud app with:

    $ bud run

from bud.

jonatan5524 avatar jonatan5524 commented on June 12, 2024

Hi, I am new to this repo, can I work on this issue?

from bud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.