/lets-discuss-frontend

Boilerplate of a react app which works as a basis of public discussion forum.

Primary LanguageJavaScript

lets-dicuss-frontend

lets-discuss-frontend is a react app that integrates with my lets-discuss-backend repo and is a simple public discussion forum. It is build during the training of react.js given by me to other students.

Usage

Clone the repo

git clone https://github.com/bhuwanadhikari/lets-discuss-frontend.git

Go to root folder of the project and install node_modules by this command

npm install

To run the project run this command from the root folder.

npm start

Boom!! You are done!!