Eclipse Front-End WIP

Getting Started

  1. Install yarn (or npm):

brew install yarn

  1. Install dependencies using yarn:

yarn

  1. Start development server:

yarn start

  1. Open http://localhost:3002

Building

  1. Run build script:

yarn build

  1. Install serve to try build on your local machine

yarn global add serve

  1. Run local server

serve -s build

  1. You can use the build folder contents and deploy anywhere you want

Built Routes