Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 852 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 852 Bytes

Frontful Playground

frontful-playground is isomorphic React, Express and Frontful infrastructure playground for development.

Installation

# Install yarn package manager
npm install yarn -g

# Install `frontful-playground` dependencies using yarn to respect `yarn.lock`
yarn install

Scripts

# Start application for development with isomorphic live reload, state persistence etc.
yarn start

# Start application production build
yarn start:build

# Run tests
yarn test

# Build application for production
yarn build

# Run build manually
PORT=8000 node ./build/server