Git Product home page Git Product logo

init's Introduction

Initial Template for App development with JavaScript in node.js

Init

Init is a customizable set of templates for several technologies in JavaScript, including:

How to Use It

First we crate our repository (or we use our existing ones)

git init

Next lets add a git remote with the init repo

git remote add init git://github.com/picanteverde/init.git

Afert that we pull the branches we need for example to have the latest version of the user manager

git pull init usermanager

now you can start your application with a working environment

Removing the init repo

If you want you can delete the init remote

git remote remove init

Starting the server

To start the init application (you need node and npm) just do a

npm install
node server

on the base folder

Pushing your app to Heroku

If you want to see your application working on Heroku pull the heroku-webprocess branch

git pull init heroku-webprocesss

now, with the heroku Toolbelt installed create the heroku app

heroku create

For the next step make sure you added your .ssh pub key to your heroku account

git push heroku master

you will be notified with the url of your app running on heroku cedar stack

init's People

Contributors

msaglietto avatar picanteverde avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.