Code Monkey home page Code Monkey logo

stencil's Introduction

alt tag

A real time application template for desktop, mobile, iOS and android.

Built using meteor, webpack, babel, react, flow-router and material design .

  1. curl https://install.meteor.com/ | sh
  2. sudo apt install -y npm
  3. sudo apt install -y git
  4. git clone https://github.com/RyanThomasMusser/stencil.git
  5. cd stencil
  6. npm install
  7. meteor run --production

Note : sometimes if you just run with meteor you will only be able to connect with a browser on the same host. (Due to GET http://localhost:3500/assets/web.js net::ERR_CONNECTION_REFUSED)

Next steps :

Production

You can use meteor run, meteor build, mup or anything working with Meteor.

Run in production mode

meteor run --production

Build for production

meteor build .

Deploy with Meteor-up

mup deploy

Cordova

You need to do those 3 steps to make it works with iOS or Android:

  1. Add the platform to your Meteor project

    meteor add-platform ios
    meteor add-platform android
  2. Allow access to your dev server in your /mobile-config.js file:

    App.accessRule('http://192.168.1.100:3500/*');
  3. Replace localhost by your local ip address in webpack.json.

stencil's People

Contributors

fia5h avatar

Stargazers

Alexsey Ramzaev avatar Sepand Haghighi avatar Pete Wilson avatar  avatar

Watchers

Pete Wilson avatar James Cloos avatar

Forkers

wilsonwilson

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.