react-quickstart

0.0.1 • Public • Published

React Quickstart

React + Webpack === yum!

This is a quickstart project aimed at getting you writing React.js apps with a minimum of configuration. Instead of relying on build tools like grunt or gulp, it uses only webpack and npm scripts.

Workflow

  1. Start webpack-dev-server

     npm run dev
    
  2. Run application

     open http://localhost:8080
    

By default, the dev server uses source maps, so you can debug source files in your favorite browser dev tool. If you need this, use the npm run dev-fast script, which is faster and only maps errors to the appropriate source file and line.

Resources

/react-quickstart/

    Package Sidebar

    Install

    npm i react-quickstart

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • coopy