HTML Academy Education Project Frontend Developer Course | Module 3. JavaScript. Professional development of web interfaces.
Keksobooking is a service for placing ads for renting real estate in the center of Tokyo. Users are given the opportunity to post ads about their real estate or view already posted ads.
The application is available at the following link: https://zerg41.github.io/htmlAcademy-03-keksobooking/
To run the application, do the following:
- Clone repository: git clone https://github.com/zerg41/htmlAcademy-03-keksobooking.git
- Install package dependencies: npm -install
- Run npm script to build the application: npm run dev (dev mode with hot reload) or npm build (production mode)
- Run npm script to start dev server: npm start
- Enjoy the App!