Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiopro/react-build-jsx-talk
⚡️ Talk on building React and JSX with Browserify and Webpack
https://github.com/claudiopro/react-build-jsx-talk
Last synced: about 1 month ago
JSON representation
⚡️ Talk on building React and JSX with Browserify and Webpack
- Host: GitHub
- URL: https://github.com/claudiopro/react-build-jsx-talk
- Owner: claudiopro
- License: mit
- Created: 2015-11-16T19:41:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T10:42:55.000Z (about 9 years ago)
- Last Synced: 2023-08-02T02:35:56.931Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://speakerdeck.com/claudiopro/intro-to-jsx-build-with-browserify-and-webpack
- Size: 6.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/claudiopro/react-build-jsx-talk.svg?branch=master)](https://travis-ci.org/claudiopro/react-build-jsx-talk)
# react-build-jsx-talk
Presentation for the talk "Building React - Intro to JSX build with Browserify and Webpack"
# Instructions
The minified build is available on the `gh-pages` branch. You can view the presentation [here](http://claudiopro.github.io/react-build-jsx-talk/).
- **S** - Open speaker notes
- **F** - Launch fullscreen
- **Esc** - Overview## Serve from localhost
```bash
npm install
grunt serve
```# Acknowledgements
Based on the awesome [reveal.js](https://github.com/hakimel/reveal.js) by Hakim El Hattab.
# License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2015 Claudio Procida