Skip to content

MABelanger/react-es6-bootstrap-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ES6 Bootstrap SCSS Webpack2 with Sourcemaps

The purpose of this minimum boilerplate is to start coding right away React with ES6 using only css Bootstrap library without JQuery with SCSS and JSX sourcemaps. This is only display H1 Hello World! as example.

This webpack configuration is not intended to be in production mode!

Happy coding!

Steps

  1. Install dependencies
$ npm i
  1. To run webpack dev server:
$ npm run dev

The Hello World! page is at : http://localhost:8080/

As this the package.json is build on : Mon 22 May 2017, you can upgrade all the modules to the last version by running :

$ npm run upgrade:all

Be careful to the potential configuration incompatibility.

SCSS sourcemaps

alt text

JSX sourcemaps

alt text

Releases

No releases published

Packages

No packages published