@pixore/front-scripts
v1.11.1
Published
A library to develop, build a deploy
Downloads
2
Readme
Pixore front-scripts
Currently under development.
Installation
npm install -g create-react-app
Scripts
pixore-front-scripts start
Runs the app in development environmnet with livereload. By default it will use port 80.
| Option | Description | Type |
|----------|--------------------------------|--------|
| --port
| Use this port instead of 80 | Number |
Note: also It will look at the environmnet variables for
PORT
as a first option.
pixore-front-scripts build
Builds the app for production to the build folder.
pixore-front-scripts test
Launches the test runner with karma and mocha
Todo list
- Make karma optional