Modular starter kit for ReactJS applications
JavaScript CSS HTML
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
public Setup development and production servers Nov 5, 2016
src Use nested routes Nov 5, 2016
tools Init Header Nov 5, 2016
.editorconfig Folder structure Nov 2, 2016
.eslintrc Disable eslint prefer pure functions Nov 5, 2016
.gitignore
LICENSE Initial commit Oct 16, 2016
README.md Update README.md Feb 12, 2017
package.json Disable eslint prefer pure functions Nov 5, 2016

README.md

modular-starter-react (in development)

Modular starter kit for ReactJS applications

Technical requirements

App scripts

Folder Structure

Components

Build process

Module bundling

Webpack is used to bundle web application modules. Webpack's config files are located in tools/ folder.

Modules import resolution

When importing app modules you may use paths relative to the src/client folder as well, so you don't have to add lot's of ../../../ prefixes to your internal file imports