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

https://github.com/tyom/webpack-react

Simple Webpack static site generator built with ES6, React, PostCSS, CSS Modules and BrowserSync
https://github.com/tyom/webpack-react

Last synced: 10 months ago
JSON representation

Simple Webpack static site generator built with ES6, React, PostCSS, CSS Modules and BrowserSync

Awesome Lists containing this project

README

          

# Webpack React generator

This is a simple Webpack static site generator based on isomorphic React components.

It's using BrowserSync to run development server with live reload, ES2015 via Babel, PostCSS
(with PreCSS and Autoprefixer) and CSS Modules.

## Installation

Install NPM dependencies

```
npm install
```

## Usage

To run dev server

```
npm start
```

To build static files in `dist` directory

```
npm run build
```