Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p-adams/phoenix-vue-boilerplate

A minimal boilerplate for getting started with Phoenix framework and Vue.js
https://github.com/p-adams/phoenix-vue-boilerplate

phoenix-framework vuejs

Last synced: 2 days ago
JSON representation

A minimal boilerplate for getting started with Phoenix framework and Vue.js

Awesome Lists containing this project

README

        

# phoenix-vue-boilerplate

# A Minimal boilerplate for getting started with Phoenix and Vue.js

To start your Phoenix app:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.