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
- Host: GitHub
- URL: https://github.com/balasasidhar/coming-soon-web
- Owner: balasasidhar
- Created: 2019-02-18T09:55:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T10:24:29.000Z (over 5 years ago)
- Last Synced: 2025-01-25T21:27:44.709Z (5 months ago)
- Topics: coming, coming-soon, coming-soon-page, comingsoon, comingsoonpage
- Language: JavaScript
- Homepage: https://www.balasasidhar.com/coming-soon-web
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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