Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrow7000/country-dropdown
https://github.com/arrow7000/country-dropdown
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arrow7000/country-dropdown
- Owner: Arrow7000
- Created: 2024-02-12T20:56:19.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-18T23:20:35.000Z (9 months ago)
- Last Synced: 2024-04-08T16:51:08.591Z (7 months ago)
- Language: Reason
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ahrefs task
You can view this dropdown in action at [ahrefs-country-select.netlify.app](https://ahrefs-country-select.netlify.app/).
The repo for this project is at [github.com/Arrow7000/country-dropdown](https://github.com/Arrow7000/country-dropdown).
## Run
To initialise this project, run the following commands
```sh
opam switch create . --yes
eval $(opam env)
npm install
npm run dev
```The development server should run on [localhost:5173](http://localhost:5173) and should open a browser window automatically.
## Notes
- The `CountrySelect` component is in the [`src/CountrySelect.re`](src/CountrySelect.re) module. The [`src/App.re`](src/App.re) module shows an example usage of it.
- This project was scaffolded with [create-melange-app](https://github.com/dmmulroy/create-melange-app).