Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.18 KB

File metadata and controls

39 lines (28 loc) · 1.18 KB

Build Status Npm version

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