All Projects → arrlancore → react-coming-soon-template

arrlancore / react-coming-soon-template

Licence: MIT License
Kick off your new website with "coming soon" starter template.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-coming-soon-template

gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (+128.57%)
Mutual labels:  gatsbyjs
skin-ui
A Theme UI Live Preview and Code Editor 🎟️
Stars: ✭ 73 (+247.62%)
Mutual labels:  gatsbyjs
gatsby-plugin-dynamic-routes
Creating dynamic routes based on your environment and/or renaming existing routes
Stars: ✭ 14 (-33.33%)
Mutual labels:  gatsbyjs
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (+138.1%)
Mutual labels:  gatsbyjs
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (+38.1%)
Mutual labels:  gatsbyjs
gatsby-starter-tailwind-seo-social
Gatsby starter project styled with Tailwind and configured for social sharing and SEO.
Stars: ✭ 14 (-33.33%)
Mutual labels:  gatsbyjs
archive-jul.sh
archive of my personal website built w gatsby.js
Stars: ✭ 31 (+47.62%)
Mutual labels:  gatsbyjs
gatsby-theme-deck-n-blog
Create a deck (with mdx-deck) and a blog post from the same MDX
Stars: ✭ 17 (-19.05%)
Mutual labels:  gatsbyjs
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-28.57%)
Mutual labels:  gatsbyjs
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-19.05%)
Mutual labels:  gatsbyjs
react-keycloak-examples
Examples for react-keycloak packages
Stars: ✭ 110 (+423.81%)
Mutual labels:  gatsbyjs
libre-logos
A collection of free logos for open source projects
Stars: ✭ 131 (+523.81%)
Mutual labels:  gatsbyjs
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (+4.76%)
Mutual labels:  gatsbyjs
subtle-ui
A collection of clever yet understated user interactions found on the web
Stars: ✭ 39 (+85.71%)
Mutual labels:  gatsbyjs
blog.georgi-yanev.com
📘 Personal blog built with Gatsby and hosted on Netlify
Stars: ✭ 17 (-19.05%)
Mutual labels:  gatsbyjs
orbit.fm
Website for orbit.fm
Stars: ✭ 15 (-28.57%)
Mutual labels:  gatsbyjs
livestream-gatsby-themes
Source code to demonstrate how to build Gatsby themes, child themes, and sites using themes.
Stars: ✭ 24 (+14.29%)
Mutual labels:  gatsbyjs
gatsby-starter-portfolio-bella
A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Stars: ✭ 125 (+495.24%)
Mutual labels:  gatsbyjs
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-23.81%)
Mutual labels:  gatsbyjs
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (+47.62%)
Mutual labels:  gatsbyjs

React coming soon template

Kick off your new website with coming soon starter template. Coming soon website templates helps you to retain customers when you are busy in revamping your website.

The message you show in the coming soon plays a vital role in retaining the visitors and to collect new leads. So tailor the message to your audience and make a strong first impression for the new users. There are other two web elements: animated countdown timer and sign-up form.

Screenshoot of demo

🚀 Prerequisites

    $ npm install -g firebase-tools

🚀 Quick start

Clone the repository. Update as you required and upload to your hosting.

Simple clone.

    $ git clone https://github.com/arrlancore/react-coming-soon-template.git
    $ cd react-coming-soon-template

Installation

    $ yarn

The following dependencies will be installed:

    gatsby: ^2.0.0
    gatsby-plugin-manifest: ^2.0.2
    gatsby-plugin-offline: ^2.0.5
    gatsby-plugin-react-helmet: ^3.0.0
    react: ^16.5.1
    react-dom: ^16.5.1
    react-helmet: ^5.2.0

Customising

  • Type your own header, message and set the timer in index.js.
  • Add your own background image in layout.css.

To set timer add props date and time at Timer component, example:

<Timer  date="10/31/2018" time="19.00">

Deployment

  1. Deploying with firebase CLI

    Build Project

    $ yarn build

    Upload to Firebase.

    $ firebase login
    $ firebase init
    $ firebase deploy
  2. Deploying with netlify

    • Sign up with Github/Gitlab/Bitbucket or Email
    • Connect to Git Provider
    • Authorize Git Provider
    • Pick Your Repository
    • Select Branch to Deploy (Default: master)
    • Change the build command to yarn build
    • Click Deploy button

License

This project is licensed under the MIT License - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].