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 [email protected]:misterfresh/react-without-webpack.git
cd react-without-webpack
npm install
Start the development server, edit the code in the /src folder.
npm run dev
Build the project:
npm run build
Run the built project:
npm run local
Deploy 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/