tait.af

Happy 🎂 Mike

Stars
0
Committers
1

Contents

🌱 Getting Started

🚚 Install Dependencies

  1. Ensure we're using the correct Node version

    ▶ nvm use # optional, use Node version manager of you choice ;)
    
    ▶ node --version
    
    v12.18.2
    
  2. Install dependencies

    ▶ yarn install
    

🚀 Startup

  1. Fire up the development server

    ▶ yarn start
    
  2. Open your browser to http://localhost:3000

🚢 Production

🏗️ Build / Run

  1. Build production assets

    ▶ yarn build
    
  2. Start server

    ▶ yarn boot