Skip to content

kamtorocks/coming-soon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. pnpm i to install dependencies

Running locally

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

Building

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

Thanks

Uses:

About

a simple coming soon page using React

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.2%
  • CSS 33.3%
  • HTML 12.5%