/nextjs-reservation-app

Hotel reservation project. (Next.js, redux, login-auth, i18nex, styled componentst)

Primary LanguageJavaScript

Getting Started

First, run the server project:

cd api; npm install; npm start

After, run the client project:

npm install; npm run dev

nextjs-reservation-app