Skip to content

lukead/react-sass-webpack-boilerplate

Repository files navigation

react-sass-webpack-boilerplate

Build Status Dependencies Dev Dependencies Codacy Badge

React boilerplate, using Sass imported from jsx, react-router, Bootstrap and Webpack

##Prerequisites You will need to have git and npm installed. Git bash is recommended for Windows

##Installation Clone the repository, e.g.

$ git clone https://github.com/lukead/react-sass-webpack-boilerplate.git

Install dependencies

$ npm install

n.b. you may receive errors relating to python. The install should continue without this.

##Running in development mode Start the webpack development server

$ npm start

Navigate to http://localhost:8080/ Webpack will automatically reload your updates.

##Production builds

$ npm run build

##Acknowledgements This boilerplate took inspiration from many of the react boilerplates on github. In particular, take a look at the excellent repositories from: Christian Alfoni Jonathan Petitcolas

There is also copious use of the examples from the React and Bootstrap websites.

MIT © Lukead Ltd

About

React boilerplate, using jsx imported sass, webpack, npm and bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published