sasha4207 / react-without-webpack

The lightest React Starter Kit, using native modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React without Webpack

The lightest React Starter Kit. Using native modules, we can avoid bundling and have instant reloading during development.

alt text

Usage

1. Installation

Clone the project and install dependencies.

git clone git@github.com: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/

About

The lightest React Starter Kit, using native modules

License:MIT License


Languages

Language:JavaScript 83.4%Language:HTML 14.7%Language:CSS 2.0%