An open API service indexing awesome lists of open source software.

https://github.com/balasasidhar/coming-soon-web

Let's host your coming soon web site with count down
https://github.com/balasasidhar/coming-soon-web

coming coming-soon coming-soon-page comingsoon comingsoonpage

Last synced: 3 months ago
JSON representation

Let's host your coming soon web site with count down

Awesome Lists containing this project

README

        

### DEMO
> https://www.balasasidhar.com/coming-soon-web/

### Development
1. Clone the repo
```
git clone https://github.com/sasidhar678/coming-soon-web.git
```
2. Navigate to root directory
```
cd coming-soon-web
```
3. Install dependencies
```
npm install
```
(or)
```
yarn
```
4. Modify the release date under
```
coming-soon-web/src/components/FlipClock.jsx
```
5. Start the development server
```
npm start
```
(or)
```
yarn start
```

### Production
1. Run the following command
```
npm build
```
(or)
```
yarn build
```

#### SOURCE
> https://codepen.io/Libor_G/pen/JyJzjb