A simple coming soon page, built using create-react-app.
Note: I created this as an exercise when I was learning React. So please be mindful of many things that are considered "non-optimal".
- Clone this repository
cd coming-soon
to go into the project rootyarn
to install dependencies
yarn start
to start the hot-reloading server- open
http://localhost:3000
on your browser
yarn build
to build the app- Copy the contents of the
build
folder and serve it with your own server
Uses:
- simple-icons released under the CC0-1.0 license.
- IBM Plex released under the OFL-1.1 license.