Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 693 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 693 Bytes

FE App Template

Build Status

Features

  • React 17
  • Webpack 5
  • Babel 7
  • ESLint
  • Hot Module Replacement

Getting Started

Install app dependencies

You can install Yarn directly or with yvm

  • yarn install

Running the app

  • yarn start
  • visit http://localhost:3000/

NOTE

You will need to setup a project in Firebase and create a .env file or the above command will fail. When you are ready to use this template, follow the steps in the ejection documentation.