Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gaeun917-zz/simpleshoppinglist

I'm working on it..
https://github.com/gaeun917-zz/simpleshoppinglist

babel react reactcsstransition webpack

Last synced: 7 days ago
JSON representation

I'm working on it..

Awesome Lists containing this project

README

        

React App Boilerplate
=====================

### Objective

**Install**
```
npm install
```

**Start the application in development mode**
```
npm start
```

Open http://localhost:8080 in your browser.

Static files are served from the `public` folder, project JavaScript files are bundled from the `app` folder.

**When ready, build for production**
```
npm run build
```

This will generate a minimized bundle.js file on the `public` folder.

### Dependencies

* React & React-DOM
* Webpack & webpack-dev-server
* Babel Core
* Babel Loader (With "es2015" and "react" presets)