This project uses Vite, React, TypeScript, and Styled Components.
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open
localhost:3000
in your browser.
To build the project for production, run: npm run build
The built files will be in the dist
directory.
To deploy the project, run: npm run deploy
The project will be deployed to GitHub Pages. The deployed URL is:
https://maxkharena.github.io/autocomplete/
npm run lint
: Run the linter.npm run test
: Run the tests.
This project uses the following open source libraries:
- Vite
- React
- TypeScript
- Styled Components
This project is licensed under the MIT License.