foundersandcoders / basic-react

Very simple react boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Very simple react boilerplate


Languages

Language:JavaScript 81.0%Language:HTML 19.0%