An open API service indexing awesome lists of open source software.

https://github.com/zcallan/webpack-react-boilerplate

A base for a client-side React project using Webpack.
https://github.com/zcallan/webpack-react-boilerplate

Last synced: 10 months ago
JSON representation

A base for a client-side React project using Webpack.

Awesome Lists containing this project

README

          

# Webpack and React Boilerplate
A base for a client-side Single Page Application React project using Webpack.
Includes a page structure, sidebar and navbar.

##This boilerplate also uses:
- React Router
- SASS
- React Bootstrap
- React Burger Menu
- Babel

###How to run:
```
> npm install
> npm start
```