Skip to content

Paasify/coming-soon

 
 

Repository files navigation

coming-soon

deploy license

A simple coming soon page, built using create-react-app.

Coming soon page

Note: I created this as an exercise when I was learning React. So please be mindful of many things that are considered "non-optimal".

Getting started

Installation

  1. Clone this repository
  2. cd coming-soon to go into the project root
  3. yarn to install dependencies

Running locally

  1. yarn start to start the hot-reloading server
  2. open http://localhost:3000 on your browser

Building

  1. yarn build to build the app
  2. Copy the contents of the build folder and serve it with your own server

Thanks

Uses:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • CSS 32.7%
  • HTML 12.4%
  • Dockerfile 1.6%