https://github.com/opensrc0/startmeupaloo
https://github.com/opensrc0/startmeupaloo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensrc0/startmeupaloo
- Owner: opensrc0
- Created: 2017-09-15T06:58:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T07:00:45.000Z (over 8 years ago)
- Last Synced: 2025-02-10T15:14:58.118Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/dhandaengine/startmeup.svg?branch=master)
# startmeup
This is the starting point of the universe
### The Motivation
- Every startup builds business components in silos. Lot of redudant work.
- As a country India needs to build a reusable and free tools that enables the next generation of startups.
- Build a platform to share code written by various startups in-house.
Startmeup is a cloud based platform that provides an engine to create applications on the fly.
### Mission Statement:
- ##### Component architecture:
Each component is written with the unix philosophy
and do one thing, do it well.
- ##### Lightweight at the core
Size of the core dashboard with all packages should not exceed 15 MB
- ##### Magic!
Everything works out of the box
### Tech
Dillinger uses a number of open source projects to work properly:
* [ReactJS] - HTML enhanced for web apps!
* [Twitter Bootstrap] - great UI boilerplate for modern web apps
* [node.js] - evented I/O for the backend
* [Express] - fast node.js network app framework
* [webpack] - the module builder
* More ..
### Installation
Startmeup requires [Node.js](https://nodejs.org/) v6.9+ to run.
Download and extract the [latest pre-built release](https://github.com/dhandaengine/startmeup).
Install the dependencies and devDependencies and start the server.
```sh
$ npm install
```
### Development
Want to contribute? Great!
Startmeup uses Webpack for fast developing.
Make a change in your file and instantanously see your updates!
Open your favorite Terminal and run these commands.
**Free Software, Hell Yeah!**
[node.js]:
[Twitter Bootstrap]:
[express]:
[ReactJS]:
[webpack]: