ShareMyPlace App In this project you can find Share Places
- Clone the repository.
- Install the dependencies using
npm install
.
- Build fpr development
npm run build:dev
. - Run the development server using
npm run start
. - Open your browser and navigate to
http://localhost:8080
.
To build the project for production, run npm run build:prod
. The optimized files will be generated in the dist
directory.
This project is licensed under the MIT License.