Skip to content

nishantsabharwal13/comment-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment system using ReactJS and Webpack

This is a demo of comment system developed on ReactJS with webpack as the module bundler.

Establish a web server

Use Nginx/Apache2 with php enabled for local storage api interaction.

NPM install

Download or clone git repo and type npm install in terminal to download all dependencies.

Webpack

To generate build type webpack in the terminal