Skip to content

HackerNews app build with React Native

vietnguyenhoangw/hacker-news

Repository files navigation

This is a new React Native project using @react-native-community/cli.

Hacker News

Mobile React Native working with Hacker News

⚙️ Environment Setup

Before running the project, you need to set up your development environment properly.

  • Node.js – Download Node.js (v16 or later recommended)
  • npm (comes with Node.js) or Yarn – Yarn installation (recommended)
  • Git – Download Git

🛠️ How to Run Locally

First, you will need to run Metro, the JavaScript build tool for React Native.

To start the Metro dev server, run the following command from the root of your React Native project:

git clone [email protected]:vietnguyenhoangw/hacker-news.git
cd hacker-news

npm run dev (with npm)
# or
yarn run dev (with yarn)

🔨 Build and run your app

With Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android app:

Android

npm run android
# or
yarn android

🎉 Congratulations!

You've successfully run HackerNews React Native App.

Troubleshooting

If you're having issues getting the above steps to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources:

Author

This project was developed by vietnguyenhoangw, If you have questions or want to reach out directly:

About

HackerNews app build with React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published