The lightest React Starter Kit. Using native modules, we can avoid bundling and have instant reloading during development.
Clone the project and install dependencies.
git clone git@github.com:misterfresh/react-without-webpack.git cd react-without-webpack npm installStart the development server, edit the code in the /src folder.
npm run devBuild the project:
npm run buildRun the built project:
npm run localDeploy to GitHub Pages by pushing to a "gh-pages" branch.
Some details in this medium article : React without Webpack
Live demo here: http://misterfresh.github.io/react-drive-cms/
