Skip to content

dung-td/Springify

Repository files navigation

About

Getting Started

First, install the npm packages:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Backend service

  • This project is using a backend service based on Spring Boot. Just clone and run it, there's no need to configure :)

  • You might want to find out the backend service of this project here.

Demo Website

Visit https://springify.vercel.app and happy listening!

image