Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 541 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 541 Bytes

twitception

Endlessly search and click to find new hashtags

Getting Started

1) Github

clone/download repository

2) npm

$ npm install

3) Running app

go to root folder of app and run coommand below

$ npm start

if it does not work, just use the command below to start the server

$ node server.js

4) Go to http://localhost:3000/ in your web browser

Using Docker

1) Run docker-compose up

2) Go to http://localhost:3000/ in your web browser