0.0.12 • Published 6 years ago

ext-react-rollup v0.0.12

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Ext React App with Rollup Testing

This is an example project to accompany a tutorial on using Rollup.

Setup

If you haven't already, sign in to Sencha's NPM registry:

npm login --registry=http://npm.sencha.com --scope=@sencha

Running

Run the following build and run this app:

npm install
npm start

This will start the app and open it in a browser window. By default it tries to find an open port starting with 8080. You can override the default port by providing --env.port=(port) as a command line argument.

For example to use port 8081:

npm start -- --env.port=8081

You can also run and serve a production build using:

npm run build
0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago