Kauri-2018 / boilerplate-react-webpack

A webpack React starter solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A starter webpack project for React

This is a starter project that uses webpack to transpile and bundle ES6 React code. To use, consider these steps:

  • Fork this repo
  • Rename your repo according to the app you're building
git clone https://github.com/[your-account]/[your-app].git
cd [your-app] && yarn

To start the development server with a watcher that rebuilds your code, run yarn dev. The assets built by webpack are placed in server/public. This folder is defined as a static folder in an Express.js server that can be started with npm run server.

Additional components should be placed in client/components.

About

A webpack React starter solution


Languages

Language:JavaScript 89.0%Language:HTML 11.0%