https://github.com/lavatoaster/pheonixreactreduxuniversalexample
https://github.com/lavatoaster/pheonixreactreduxuniversalexample
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lavatoaster/pheonixreactreduxuniversalexample
- Owner: LavaToaster
- Created: 2016-05-18T22:38:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T19:37:49.000Z (about 10 years ago)
- Last Synced: 2025-04-01T15:27:54.236Z (about 1 year ago)
- Language: JavaScript
- Size: 742 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eqtv
To start eqtv:
* Install dependencies with `mix deps.get` and `npm install`
* Start Phoenix endpoint with `mix phoenix.server`
* Start Npm Server with `npm run dev`
To start a normal Phoenix app:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Start Phoenix endpoint with `mix phoenix.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: http://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix