Giter Site home page Giter Site logo

sandoche / mobile-app-landingpage-template Goto Github PK

View Code? Open in Web Editor NEW
697.0 7.0 185.0 26.06 MB

๐Ÿ“ฑ Free to use static generated website template for your mobile app

Home Page: https://mobileapplandingpage.learn.uno

License: MIT License

JavaScript 18.67% HTML 51.89% Ruby 3.19% SCSS 26.25%
template mobile android ios landing-page landing showcase-website mit-license jekyll webpack

mobile-app-landingpage-template's Introduction

Mobile App Landing Page Template

MIT medium: sandoche Twitter: sandochee

๐Ÿ“ฑ Free to use static generated landing page template for your mobile app

๐Ÿ’ก Features

Mobile App Landing Page Template comes with pre-installed features and options:

  • Display app icon
  • Show unlimited app screenshots
  • Link to Google Play
  • Link to the AppStore
  • Link to the Web App
  • Press mention section
  • Product Hunt floating prompt
  • Privacy policy Page
  • Google Analytics
  • Cookie Consent
  • Automatic dark theme
  • Doorbell widget
  • Github forking banner

โœจ Demo

Check out websites using the Mobile App Template:

๐Ÿ“– How to use

The normal way

  1. Fork this project
  2. Edit _config.yml, feel free to commut/uncomment what you need (google analtytics, or github for example)
  3. Edit _data/app.yml with your app data
  4. Update the text from _data/strings.yml, you can customize there the footer's links
  5. Edit icons and screenshots inside the _images folder and icon.png in the root
  6. Edit _src/index.js to update the product hunt modal (or to remove it) and to remove the darkmode plugin if you don't want it
  7. Deploy (on netlify, gitpages or surge, they are all free)

The no-code way

  1. Go to https://t3mpl.n4no.com/editor/#manifest=../templates/mobile-app-landing-page/template.yaml
  2. Edit the settings on the left part
  3. Click on the Publish button then Save Webpage as .zip
  4. Unzip and upload the folder to your server (you can drag'n'drop it in Netlify to host it there for free)

โš™๏ธ How to run

Pre-requisites

  • NodeJS
  • Ruby, Bundler

Install

npm install
bundler install

Development

npm start

Build

npm run build

Deploy to netlify (for free)

Deploy to Netlify

More documentation

This templates uses Jekyll-webpack-boilerplate, read more documentation there.

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

โญ๏ธ Show your support

Please โญ๏ธ this repository if this project helped you!

patreon.png

๐Ÿบ Buy me a beer

If you like this project, feel free to donate:

  • PayPal: https://www.paypal.me/kanbanote
  • Bitcoin: 19JiNZ1LkMaz57tewqJaTg2hQWH4RgW4Yp
  • Ethereum: 0xded81fa4624e05339924355fe3504ba9587d5419
  • Monero: 43jqzMquW2q989UKSrB2YbeffhmJhbYb2Yxu289bv7pLRh4xVgMKj5yTd52iL6x1dvCYs9ERg5biHYxMjGkpSTs6S2jMyJn
  • Motive: MOTIV-25T5-SD65-V7LJ-BBWRD (Get Motive Now: https://motive.network)

mobile-app-landingpage-template's People

Contributors

doubleo2 avatar sandoche avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mobile-app-landingpage-template's Issues

Cannot npm install

npm ERR! code 1
npm ERR! path Downloads/Mobile-app-landingpage-template-master/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /usr/local/Cellar/node/21.4.0/bin/node Downloads/Mobile-app-landingpage-template-master/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli '/usr/local/Cellar/node/21.4.0/bin/node',
npm ERR! gyp verb cli 'Downloads/Mobile-app-landingpage-template-master/node_modules/node-gyp/bin/node-gyp.js',
npm ERR! gyp verb cli 'rebuild',
npm ERR! gyp verb cli '--verbose',
npm ERR! gyp verb cli '--libsass_ext=',
npm ERR! gyp verb cli '--libsass_cflags=',
npm ERR! gyp verb cli '--libsass_ldflags=',
npm ERR! gyp verb cli '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | darwin | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb find Python Python is not set from command line or npm configuration
npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
npm ERR! gyp verb find Python checking if "python3" can be used
npm ERR! gyp verb find Python - executing "python3" to get executable path
npm ERR! gyp verb find Python - executable path is "/usr/local/opt/[email protected]/bin/python3.11"
npm ERR! gyp verb find Python - executing "/usr/local/opt/[email protected]/bin/python3.11" to get version
npm ERR! gyp verb find Python - version is "3.11.6"
npm ERR! gyp info find Python using Python version 3.11.6 found at "/usr/local/opt/[email protected]/bin/python3.11"
npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 21.4.0
npm ERR! gyp verb command install [ '21.4.0' ]
npm ERR! gyp verb install input version string "21.4.0"
npm ERR! gyp verb install installing version: 21.4.0
npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
npm ERR! (node:67904) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
npm ERR! (Use node --trace-deprecation ... to show where the warning was created)
npm ERR! gyp verb install version is already installed, need to check "installVersion"
npm ERR! gyp verb got "installVersion" 9
npm ERR! gyp verb needs "installVersion" 9
npm ERR! gyp verb install version is good
npm ERR! gyp verb get node dir target node version installed: 21.4.0
npm ERR! gyp verb build dir attempting to create "build" dir: Downloads/Mobile-app-landingpage-template-master/node_modules/node-sass/build
npm ERR! gyp verb build dir "build" dir needed to be created? Downloads/Mobile-app-landingpage-template-master/node_modules/node-sass/build
npm ERR! gyp verb build/config.gypi creating config file
npm ERR! gyp ERR! UNCAUGHT EXCEPTION
npm ERR! gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#'
npm ERR! gyp ERR! stack at createConfigFile (Downloads/Mobile-app-landingpage-template-master/node_modules/node-gyp/lib/configure.js:117:21)
npm ERR! gyp ERR! stack atDownloads/Mobile-app-landingpage-template-master/node_modules/node-gyp/lib/configure.js:84:9
npm ERR! gyp ERR! stack at FSReqCallback.oncomplete (node:fs:191:23)
npm ERR! gyp ERR! System Darwin 22.6.0
npm ERR! gyp ERR! command "/usr/local/Cellar/node/21.4.0/bin/node" "/Mobile-app-landingpage-template-master/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd Downloads/Mobile-app-landingpage-template-master/node_modules/node-sass
npm ERR! gyp ERR! node -v v21.4.0
npm ERR! gyp ERR! node-gyp -v v7.1.2
npm ERR! gyp ERR! Node-gyp failed to build your package.
npm ERR! gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author.
npm ERR! Build failed with error code: 7

Node v8 is deprecated

I see this project needs node v8 and it doesn't work on newer versions (in my case node v16)
Is there any plan for upgrade? I really like this

Why is it so terribly complicated to install?

The template is simple and that is why I was intended to use it. But having to compile and build something with installing additional libs to the system prevent me doing that.

I have such a big number of errors after npm install that I confuse to paste them all. How could you make such simple things so hard to use??! I am unable to implement it in my project :(

These are just a small part:

$ npm install

[email protected] install /simple/node_modules/fsevents
node install

node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v83-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
.....
../../nan/nan_converters_43_inl.h:22:1: error: no viable conversion from 'Localv8::Context' to 'v8::Isolate '
X(Boolean)
^~~~~~~~~~
../../nan/nan_converters_43_inl.h:18:23: note: expanded from macro 'X'
val->To ## TYPE(isolate->GetCurrentContext())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/xaiamov/Library/Caches/node-gyp/14.15.0/include/node/v8.h:2848:37: note: passing argument to parameter 'isolate' here
Local ToBoolean(Isolate
isolate) const;
^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:202:
In file included from ../../nan/nan_converters.h:67:
../../nan/nan_converters_43_inl.h:40:1: error: no viable conversion from 'Localv8::Context' to 'v8::Isolate *'
X(bool, Boolean)
^~~~~~~~~~~~~~~~

...

In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:203:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:337:58: error: expected '(' for function-style cast or type construction
return v8::StringObject::New(value).Asv8::StringObject();
~~~~~~~~~~~~~~~~^

Fork broken?

Am I the only one or is this template broken?

The initial live page generated by GitHub from forking does not work for me:

image

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.