https://github.com/nlight/react-webpack-workshop-2
https://github.com/nlight/react-webpack-workshop-2
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlight/react-webpack-workshop-2
- Owner: nLight
- Created: 2015-12-10T10:39:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T23:09:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T13:26:34.160Z (over 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React.js Workshop (Spreadsheet app)
=============
Learn react.js basics step by step.
1. JSX
2. State Management with `update` helper
3. Component composition
4. Events
5. Testing with Jest
## Extra Mile
Additional topics can be found on `extra-mile` branch
1. Use `classnames` for css class name manipulation
2. Recursive formula evaluation and more formulas
3. Support sheets and thus more complex state
## Install
Download this repository to your local project folder and run
`npm install` from the folder where the package.json is located.
## Dev-Server
run `npm run devserver` from your project folder -> this will start a server at [http://localhost:9500/](http://localhost:9500/)
## Build
simply run `webpack --config server.config.js` or `webpack --config server.config.js --watch` from your project folder to build an uglifyed bundle.