code-challenge-nextjs/README.md
2021-05-11 20:35:45 +01:00

28 lines
444 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.
```shell
yarn install
```
## Running locally
```shell
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](https://nextjs.org).