- Hacker News Clone
- Version : 0.0.1
React Todo uses a number of open source projects to work properly:
- ReactJS v : 16.8.6 - A JavaScript library for building user interfaces
- Create React App - This app was built using create react app (CRA)
Clone this repository
git clone [email protected]:clivemchd/hacker_news_clone.git
Install the dependencies and devDependencies and start the server. Please make sure you have node 14 plus installed in the system.
$ cd hacker_news_clone
$ npm install
To start server...
Linux, macOS (Bash)
> npm start
> npm start