Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 490 Bytes

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