https://github.com/lemyskaman/example_app
https://github.com/lemyskaman/example_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemyskaman/example_app
- Owner: lemyskaman
- Created: 2017-06-08T08:59:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T13:21:13.000Z (over 7 years ago)
- Last Synced: 2025-01-13T21:33:02.356Z (5 months ago)
- Language: HTML
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kamanapp
The basic front-end side for a kamansoft javascript full stack solution
This try to be a boilerplate structure for a fast development of
browser based front-end apps, using among other goodies backbone and
Marionette frameworks.The main idea is to build event driven apps
## Prerequisits
This was build using nodejs 0.10 and npm 1.3.4, also you will need
webpack to compile your solution in one script, and
and others devDependency "" like html template files and css loadersSo assuming you are am debian user or a debian based linux user running
the next commands as root should be enough:
$apt-get install nodejs npm
$npm install -g webpack
$npm install -g webpack-dev-server## Installation
First you need to clone this project
## Usage