react-starter-app

React: server-side rendering + gulp + browserify + express + nodemon + browserSync + jade/pug + sass

Usage no npm install needed!

<script type="module">
  import reactStarterApp from 'https://cdn.skypack.dev/react-starter-app';
</script>

README

Installation

  1. Install package globally

    npm install -g react-starter-app

  2. Create a new project directory and change to that directory.

    $ mkdir new-project
    $ cd new-project
    
  3. Run the package

    react-starter-app

  4. Start your app

    gulp serve

  5. Enjoy!