Skip to content

tristanlee85/ExtReact-ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtReact Boilerplate

A foundation for React apps built with ExtReact components.

Quick Start

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

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

Then, run the following to clone and build the project:

git clone https://github.com/sencha/extjs-reactor.git
cd extjs-reactor/packages/reactor-boilerplate
npm install
npm start

You can view the app by pointing your browser to http://localhost:8080

You can also run and serve a production build using:

npm run build
npm run prod

About

Example ToDo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages