New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

edge-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-boilerplate

Edge Boilerplate is a template for modern web applications. Part of the Edge Platform.

0.7.6
npm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Edge Boilerplate
Sponsored by Version Downloads Build Status Unix Build Status Windows Dependencies

Sponsor

Edge Boilerplate is a template for modern web applications. Part of the Edge Platform.

Demo

  • Latest (Hosted by now)

Features

  • Server Side React Rendering for excellent SEO Support and very high Mobile Performance.
  • Semi-Automatic Code-Splitting for both CSS and JS.
  • Hot Loading for Client and Server using Webpack Multi Compiler Architecture.
  • PostCSS powered CSS pipeline with Sass-inspired features.
  • CSS Modules for Component Style Isolation.
  • Build Caching using Webpacks Cache-Loader.
  • Efficient Long-Term-Caching using Hashed File Names.
  • React Helmet for Efficient Header Element Handling
  • Redux Infrastructure Built-In

Usage

Prerequisites

  • npm install

Create .env file

Copy the file .env-dev to .env before running any npm scripts.

Production Build

Bundles and executes a server side React server. Initial rendering is taken place on the server for optimal client side performance. The server also figures out the initial styles and scripts required for rendering and allows the client to stream all these resources in parallel to other tasks.

  • run prod:start

Development Mode

Hot reloading server for client and server side React code. Offers very fast-paced development cycles as everything is rebuild as needed and in most cases hot-injected into the running application.

  • run start

Code Style

This package uses readable-code for keeping a unified code style with other projects.

Storybook

The UI components can be viewed with the included storybook: Run npm run storybook and visit http://localhost:1449

Styleguidist

The UI components can be viewed with the included styleguidist: Run npm run styleguide and visit http://localhost:1559

License

Apache License Version 2.0, January 2004

Sebastian Software GmbH Logo

Copyright 2017
Sebastian Software GmbH

Keywords

front-end

FAQs

Package last updated on 16 Nov 2017

Did you know?

Socket

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