https://github.com/will-wow/ex-payroll
Sample repo for a talk about Applying Elixir Patterns in JavaScript
https://github.com/will-wow/ex-payroll
elixir javascript patterns payroll talk
Last synced: about 1 month ago
JSON representation
Sample repo for a talk about Applying Elixir Patterns in JavaScript
- Host: GitHub
- URL: https://github.com/will-wow/ex-payroll
- Owner: will-wow
- License: mit
- Created: 2018-04-15T08:57:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T17:41:45.000Z (about 8 years ago)
- Last Synced: 2025-03-30T13:12:30.965Z (about 1 year ago)
- Topics: elixir, javascript, patterns, payroll, talk
- Language: JavaScript
- Homepage: http://ex-in-js-talk.surge.sh
- Size: 2.49 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Payroll
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.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: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix