Thr1ve / base-react

A barebones boilerplate for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A barebones boilerplate for a simple React dev environment

Instructions

  • Clone the repo into the directory of your choice:

    git clone https://github.com/Thr1ve/base-react myDirectory

  • Install dependencies:

    npm i

  • Start webpack-dev-server

    npm start

  • Navigate to http://localhost:8080/webpack-dev-server/ in your browser

  • Write code in the src directory

About

A barebones boilerplate for React


Languages

Language:JavaScript 83.6%Language:HTML 13.8%Language:CSS 2.6%