ganapativs / preact-redux-autocompete

Fancy autocomplete using preact + redux + animate.css

Home Page:https://fancy.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preact Redux Autocomplete

Fancy autocomplete using Preact, Redux and Animate.css

Quick-Start Guide

Installation

1. Clone this repo:

git clone https://github.com/ganapativs/preact-redux-autocompete.git autocomplete
cd autocomplete

2. Make it your own:

rm -rf .git && git init && yarn init && yarn

ℹ️ This re-initializes the repo and sets up your Yarn project.

3. Install the dependencies:

yarn

You're done installing! Now let's get started.

Development Workflow

4. Start a live-reload development server:

PORT=8080 yarn run dev

This is a full web server nicely suited to your project. Any time you make changes within the src directory, it will rebuild and even refresh your browser.

5. Generate a production build in ./build:

yarn run build

You can now deploy the contents of the build directory to production!

Example: deploy to surge.sh:

yarn run surge

ℹ️ Change your surge subdomain name in package.json scripts.


License

MIT

About

Fancy autocomplete using preact + redux + animate.css

https://fancy.surge.sh

License:MIT License


Languages

Language:JavaScript 75.0%Language:CSS 20.7%Language:HTML 4.3%