Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 284 Bytes

em

European Championship competition

Development

  1. npm install
  2. npm start
  3. open http://localhost:8080

Production

  1. npm install --production
  2. npm run build
  3. Host the public folder with nginx/apache etc, or run a php server with: "cd public; php -S localhost:8080;"