VictorJozwicki / webpack-react-onefile

Single output file for react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack React Onefile

This git was made to create a simple environment around React with webpack with the goal of outputing a single .js file

Start

  • git clone
  • npm install

npm start to start the development server npm run build to build the production version of React

You can always use serve to serve the result

npm install -g serve
serve -s dist

Contribution

If for some reason you want to contribute, make a pull request and it will be reviewed/discussed

About

Single output file for react

License:Apache License 2.0


Languages

Language:JavaScript 80.3%Language:HTML 12.3%Language:CSS 7.4%