Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

executable file
·
24 lines (15 loc) · 507 Bytes

Stencil

a custom boilerplate framework for scaling isomorphic applications

Pre-requisites

lerna + node

Setup

lerna bootstrap npm i

To Get Started

npm run dev npm run start npm run build

Where do I start

  • /src/index.client.tsx or /src/index.server.tsx are the absolute entry-points for your web-app
  • application-config is where you can store your global application-related configurations
  • webpack-config / prettier / eslint are pre-configured