A client app for searching US cities by city or state.
The app comprises of 4 components as seen on storybook
Check it out
Naki's FinderThe client app requires Node.js 10.0+. Checkout the docs to see installation guidelines.
- Clone the repository
- On your command line, switch to the app root directory
- Install dependencies using
yarn install
- Run development server using
yarn start:dev
- Update production build using
yarn build
- Run the production build using
yarn start:prod