Skip to content

misterfresh/react-without-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published