Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 506 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 506 Bytes

Requirements

Node.js > 6

Installation

git clone git@github.com:nanuclickity/react-app
cd react-app
yarn install

Developing

# To watch for changes after building once
yarn watch

# To start dev server (nodemon)
yarn dev-server

Building for production

yarn build-prod

# Once this command finishes, run the following to fire up a debuggable server
yarn dev-server

# Production-like server
yarn server

Building Static Pages

yarn generate-pages