blank-white-cards/apps/bwc_web
2020-12-29 13:28:46 -08:00
..
assets Got usernames working, for now, I think. 2020-12-29 13:28:46 -08:00
lib Got usernames working, for now, I think. 2020-12-29 13:28:46 -08:00
priv/gettext initial commit 2020-12-28 14:35:10 -08:00
test initial commit 2020-12-28 14:35:10 -08:00
.formatter.exs initial commit 2020-12-28 14:35:10 -08:00
.gitignore initial commit 2020-12-28 14:35:10 -08:00
mix.exs initial commit 2020-12-28 14:35:10 -08:00
mix.exs~ initial commit 2020-12-28 14:35:10 -08:00
package-lock.json Basic RESTful actions for cards. 2020-12-28 19:54:28 -08:00
README.md initial commit 2020-12-28 14:35:10 -08:00

BwcWeb

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more