minimal-react-starterkit

0.1.0 • Public • Published

Inspired by essential-react

Features

  • Include few tools (No bower, no gulp, etc...).
  • Babel 6 with Webpack and Hot Loader using react-transform-hmr.
  • No specific implementation of Flux, no data fetching patterns or universal things inside.
  • CSS processing with PostCSS.
  • Fast testing with mocked-out DOM.

Getting started

npm install

Running development server

npm start # Navigate to localhost:3000 to view the app

Start a local dev server and refresh file changes on the fly without reloading the page. Even with CSS.

Deploy to production

npm run build

Compiles your application to dist folder. You can just serve this folder and you are good to go.

Linting

npm run lint

Linting using eslint with standard rules and React plugin.

npm run lint:fix

Fixes common issues (Learn more).

Test

npm run test

Uses ava as test runner and uses enzyme for testing your React components easier.

License

MIT

Package Sidebar

Install

npm i minimal-react-starterkit

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • octopitus