Socket
Socket
Sign inDemoInstall

@baum/maple-ui

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @baum/maple-ui

Frontend application of maple project


Version published
Weekly downloads
8
increased by166.67%
Maintainers
1
Install size
4.13 MB
Created
Weekly downloads
 

Readme

Source

react hello world

This project is an application skeleton for a moden web app. It uses typescript with react and redux.

The seed contains a sample react application and is preconfigured to install the react framework and a bunch of development and testing tools for instant web development gratification.

The seed provides some example modules as a kind of guideline for how a application module should be structured.

Installation

Requirements

node.js, npm (npm comes with node.js) and yarn are required

Dependencies

yarn install

Build tool

fuse-box is used for all build processes (automatically installed with yarn install). fuse-box can be configured in fuse.ts

Development server

Run development server with

npm start

For production environment:

npm run serve:prod

Testing

Run tests with

npm test

Test configurations can be found in /test directory.

Code coverage

Run test with code coverage with

npm run cover

Code coverage requirements can be defined in package.json under nyc.

Linting

For linting code, tslint is used and can be configured in tslint.json.

Deployment & build

Build final bundle with

npm run build

FAQs

Last updated on 01 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc