/basic-react

Very simple react boilerplate

Primary LanguageJavaScript

basic-react

To run this project:

Clone the repo:

git clone https://github.com/foundersandcoders/basic-react.git

Install the dependencies.

npm install

Run the dev server.

npm run dev

Point your browser to :

http://localhost:8080/

Make some changes to the components.js file and watch the page update in the browser