evenstensberg / webpack-react-boilerplate

A simplistic environment for creating frontend applications with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack react boilerplate

This is a simple boilerplate for getting started with react, using webpack. The project doesn't use Create React App and is good for prototyping a new application or getting started in frontend with no sandboxed environment.

Usage

$ git clone https://github.com/evenstensberg/webpack-react-boilerplate.git
$ cd webpack-react-boilerplate
$ npm install && npm run start

Contributing

Feel free to submit a Pull Request to improve this project, contributions are much welcome! This project is intended to be a nice starting point for demo applications or quickstarting with your frontend project.

Current Support

  • SASS
  • CSS
  • Modern JS (ES6++)
  • Development/Production Builds
  • Lazy Loading with React

Questions?

Submit an issue or contact me if you need help!

About

A simplistic environment for creating frontend applications with react

License:MIT License


Languages

Language:JavaScript 95.5%Language:HTML 3.1%Language:SCSS 1.4%