Giter Club home page Giter Club logo

t_shaped_surfer's Introduction

T-Shaped Surfer: A Landing Page template

A generic Landing page template to describe Product ideas and prompting viewers to subscribe for Early Access.

Features

  • Landing Page for your Ideas — Using Nodejs and Express, this project can be used as a template to start building your landing page
  • Integrated with Analytics Tracking — The project already includes snippets for analytical web tracking using Google Analytics and FB Pixel. So you can quickly integrate it with ad-campaign on Google Adword and FB Ads.
  • Designed for hosting in AWS Lambda — To make things easy, this template is built to be hosted on AWS Lambda. So, it can reduce your cost to almost ZERO. AWS Lambda Free tier is up to 1-million requests per month
  • Data Stored in AWS DynamoDB — Also to reduce your cost, this template uses AWS DynamoDB to store user subscription data. 25 Gigs of Free-tier storage.
  • Google Cloud Email Service with your Account — You can optionally send email to your users, free using Google Cloud Email Service, sent from your account
  • Everything is Configurable — Change the configuration to your needs

Installing Project

  • Start by installing dependencies to start this project.
npm install
  • After finished with installation, run locally
node app.local.js
  • To upload to AWS Lambda:
# Put your AWS credential on `~/.aws/credentials`
> more ~/.aws/credentials
[default]
aws_access_key_id = xxxxxxxxxxxx
aws_secret_access_key = yyyyyyyyyyyy

# Then, run below commands sequentially:
npm start
> generate_lambda

npm start
> deploy

Authors

License

MIT -- see LICENSE

Thanks To

Creator of New Age Template: https://startbootstrap.com/themes/new-age/

t_shaped_surfer's People

Contributors

antonrifco 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.