Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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