Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 332 Bytes

File metadata and controls

20 lines (13 loc) · 332 Bytes

Amazing Reader App

Installing Dependencies

From the root directory run:

npm install

npm install -g nodemon webpack
webpack --watch
node server.js
Visit `localhost:3000` in the browser.


**The server file is in the root directory for easy access, but there is a server 
folder where all logic will be stored.