No description
components | ||
data | ||
hooks | ||
models | ||
pages | ||
public | ||
types | ||
utils | ||
.gitignore | ||
next-env.d.ts | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
Code Challenge: NextJS
This is a simple app to lookup airport information.
## Getting Started
The app is designed to work out of the box with no external dependencies, other than node modules.
yarn install
Running locally
yarn dev
Once started, the app should be available via http://localhost:3000
Help
For detailed explanation on how things work, check out Next.js docs.