Skip to content

mananbansal2002/hacker-news

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News

Hacker News app built with React.

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/SafdarJamal/hacker-news.git
cd hacker-news

Install dependencies:

npm install

Finally, you need to start a local web server. Run:

npm start

npm scripts

Script Description
npm start Runs the app in the development mode.
npm test Launches the test runner in the interactive watch mode.
npm run build Builds the app for production to the build folder.
npm run eject This command will remove the single build dependency from your project.

License

This is an open source software licensed as MIT.

About

Hacker News app built with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.0%
  • HTML 16.0%
  • CSS 4.0%