react-without-webpack
react-without-webpack copied to clipboard
The lightest React Starter Kit, using native modules
React without Webpack
The lightest React Starter Kit. Using native modules, we can avoid bundling and have instant reloading during development.
Usage
1. Installation
Clone the project and install dependencies.
git clone [email protected]:misterfresh/react-without-webpack.git
cd react-without-webpack
npm install
2. Development
Start the development server, edit the code in the /src folder.
npm run dev
3. Deploy
Build the project:
npm run build
Run the built project:
npm run local
Deploy to GitHub Pages by pushing to a "gh-pages" branch.
How it works
Some details in this medium article : React without Webpack
Live demo here: http://misterfresh.github.io/react-drive-cms/