Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcaballero/snb-1
Layout (first draft) of snap-bingo app directory layout
https://github.com/lcaballero/snb-1
Last synced: 23 days ago
JSON representation
Layout (first draft) of snap-bingo app directory layout
- Host: GitHub
- URL: https://github.com/lcaballero/snb-1
- Owner: lcaballero
- Created: 2013-08-12T14:31:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T14:24:38.000Z (about 11 years ago)
- Last Synced: 2024-04-14T15:09:02.671Z (9 months ago)
- Language: JavaScript
- Size: 14.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# First Draft of App Repo
## Building
Run `shell\build.bat` or `shell\build.sh`
Then run web-server.exe found at the root of the directory.
````
/app-location
/public
/js
/controllers
/admin.js
/filters.js
/angular.js
/jquery.js
/css
/bootstrap.css
/images
/icons
/pdf.png
/tear-off.png
/
/views
/pages
/admin.html
/partials
/admin
/admin-partial-1.html
/shared
/nav-tabs.html
/config
/redis.conf
/web-server.conf
/sql.conf
/shell
/start-redis.sh
/build.sh
/server
/server.goserver.exe
```## Dependencies
So far the project has been written using these tools, and they are listed
here just for completeness, and are not strict dependencies.Tools:
1. Go (Golang distribution).
1. Redis
1. Sublime Text 3
1. Postgres Sql Server
1. Postgres AdminGit Packages:
1. Postgres Sql Driver: gitchub.com/lib/pq
1. Redis Sql: github.com/garyburd/redigo/redisgo get github.com/bmizerany/pq
go get github.com/nu7hatch/gouuid
go get github.com/russross/blackfriday