/base-react

A barebones boilerplate for React

Primary LanguageJavaScript

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