bring over code challenge
This commit is contained in:
commit
76b596da09
20 changed files with 51221 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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).
|
Loading…
Add table
Add a link
Reference in a new issue