frontful-playground
is isomorphic React, Express and Frontful infrastructure playground for development.
# Install yarn package manager
npm install yarn -g
# Install `frontful-playground` dependencies using yarn to respect `yarn.lock`
yarn install
# 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