Run npm install
in the sitebuild folder to install development dependencies.
Run npm run dev
to serve the following pages on the port 1234:
- home.html
- datepicker-opened.html
- dropdown-opened.html
- select-flight-01.html
- select-flight-02.html
- select-flight-03.html
- select-flight-04.html
Run npm install
in the frontend folder to install development dependencies.
Copy .env.sample
to .env
Run npm run dev
to run the app (by default on http://localhost:3000/)