Skip to content

Isomorphic React, Express and Frontful infrastructure playground for development and experiments

Notifications You must be signed in to change notification settings

frontful/frontful-playground

Repository files navigation

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

About

Isomorphic React, Express and Frontful infrastructure playground for development and experiments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published