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

https://github.com/pierrenel/reactjs

boilerplate for reactjs
https://github.com/pierrenel/reactjs

Last synced: 3 months ago
JSON representation

boilerplate for reactjs

Awesome Lists containing this project

README

        

Engage
=====================

### Usage
**Install**
```
npm install
```

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

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

Static files are served from the `media` folder, project JavaScript files are bundled from the `src` folder.

On dev run:
```
npm run dev
```
and to watch run:
```
wepack --watch
```

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

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