README
Installation
Install package globally
npm install -g react-starter-appCreate a new project directory and change to that directory.
$ mkdir new-project $ cd new-projectRun the package
react-starter-appStart your app
gulp serveEnjoy!
React: server-side rendering + gulp + browserify + express + nodemon + browserSync + jade/pug + sass
<script type="module">
import reactStarterApp from 'https://cdn.skypack.dev/react-starter-app';
</script>
Install package globally
npm install -g react-starter-app
Create a new project directory and change to that directory.
$ mkdir new-project
$ cd new-project
Run the package
react-starter-app
Start your app
gulp serve
Enjoy!