🚲bikemark 🕹toy project
🚲 bikemark 🕹toy project
To install this example application, run the following commands:
git clone https://github.com/junior-study/bikemark.git
cd bikemark
This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.
To run the server, cd into the server folder and run:
./mvnw spring-boot:run
To run the client, cd into the client folder and run:
cd src/main/app
npm run start