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
- Host: GitHub
- URL: https://github.com/tyom/webpack-react
- Owner: tyom
- Created: 2016-04-11T13:38:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T23:18:41.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T22:42:25.489Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```