Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakannimer/react-sandbox
(Yet another) Simple React Sandbox for quickly getting started. Includes a Webpack configuration for transpiling ES6 and SASS.
https://github.com/rakannimer/react-sandbox
Last synced: 12 days ago
JSON representation
(Yet another) Simple React Sandbox for quickly getting started. Includes a Webpack configuration for transpiling ES6 and SASS.
- Host: GitHub
- URL: https://github.com/rakannimer/react-sandbox
- Owner: rakannimer
- Created: 2015-07-20T11:54:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T23:17:20.000Z (over 8 years ago)
- Last Synced: 2024-12-16T22:13:44.446Z (2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Sandbox
A playground for React development. Uses Webpack to transpile ES6 code and SASS stylesheets.
All the files required in app.jsx and its dependencies are transpiled into bundle.js.
## Usage
Entry point is src/app.jsx
```
npm install
```To run a dev server with live reloading :
```
npm run watch
```Then open http://localhost:8080/webpack-dev-server for hot mode indication
or just http://localhost:8080