Skip to content

fossapps/Feature.Manager.Ui

Repository files navigation

fossapps/feature.manager.ui

Dependency Status devDependency Status GitHub issues


Using technologies:

TypeScript React Redux

Try in PWD

Installation

You can clone from this repository and use master

$ git clone https://github.com/fossapps/Feature.Manager.Ui
$ cd Feature.Manager.Ui
$ npm install

Usage

All commands defaults to development environment. You can set NODE_ENV to production or use the shortcuts below.

# Running

$ npm start # This starts the app in development mode

# Starting it with the production build
$ NODE_ENV=production npm start # or
$ npm run start:prod

# Building 

$ npm build # This builds the app in development mode

# Commands below builds the production build
$ NODE_ENV=production npm build # or
$ npm run build:prod

# Testing
$ npm test

# Too see doc, run this command, and go to localhost:6060. Any component that has .md file with the same name will be
# doc-generated.
$ npm run doc

About

UI for Feature.Manager project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published