https://github.com/b9874e40962149eee62a8fd3bc4e709e/next-tailwind-slim-example
https://github.com/b9874e40962149eee62a8fd3bc4e709e/next-tailwind-slim-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/b9874e40962149eee62a8fd3bc4e709e/next-tailwind-slim-example
- Owner: b9874e40962149eee62a8fd3bc4e709e
- Created: 2022-09-24T15:56:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T16:00:30.000Z (over 2 years ago)
- Last Synced: 2024-11-19T21:08:30.264Z (6 months ago)
- Language: PHP
- Size: 672 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Run the server**
- Requires php > v5.6
```
cd server/public && php -S localhost:8888
```
**Run the client**
- Requires node & npm
```
cd client && npm start
```
**Notes**
- Data are stored in ```/server/data/airports.json``` and ```/server/data/flights.json```