Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/velimir/alcsmg
Code style checker for the alcs
https://github.com/velimir/alcsmg
Last synced: about 2 months ago
JSON representation
Code style checker for the alcs
- Host: GitHub
- URL: https://github.com/velimir/alcsmg
- Owner: velimir
- License: mit
- Created: 2014-09-08T15:59:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T09:36:39.000Z (almost 10 years ago)
- Last Synced: 2023-03-30T08:17:42.197Z (almost 2 years ago)
- Language: Elixir
- Size: 320 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alcsmg
To start your new Phoenix application you have to:
1. Install dependencies with `mix deps.get`
2. Start Phoenix router with `mix phoenix.start`Now you can visit `localhost:4000` from your browser.
## Notes
* If you choose to change the application's structure, you could manually start the router from your code like this `Alcsmg.Router.start`