#Mapty application
39 group website project
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
Site published at: https://anonsas.github.io/23-mapty-app/
- CSS
- JS
- Form
- OOP
- 3rd Party API
- Modules
- Install Node from https://nodejs.org/en/.
- Clone the repository.
$ git clone https://github.com/anonsas/23-mapty-app.git
- Navigate to the project's root directory.
- Install all the dependencies listed in package.json.
npm install
- Run local development server.
npm run dev
Igor: Github