/react-boilerplate-simple

Simple React.JS boilerplate for getting a development environment up and running

Primary LanguageJavaScript

Simple boilerplate code to get a react.js front end up and running. Includes pre-built project-tree, babel, webpack, scss, and dev-server

To get started:

Make sure you've got yarn or npm installed.

Install dependencies from project directory:

yarn install
OR
npm install

Run the dev-server:

yarn run dev-server
OR
npm run dev-server

Build into bundle.js

yarn build
OR
npm build

Your dev-server runs on http://localhost:8080/