1.0.0 • Published 8 years ago
andish_app v1.0.0
andish_app
education social network
Setup
If you haven't already, sign in to Sencha's NPM registry:
npm login --registry=http://npm.sencha.com --scope=@extjsRunning
Run the following build and run this app:
npm install
npm startThis 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=8081You can also run and serve a production build using:
npm run build
npm run prodTests
This application uses jest to run unit tests. You can run them with:
npm testWhen you make changes, update test snapshots by running:
npm run update-snapshots1.0.0
8 years ago