Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

gbgtech/gbgtechWeb

Repository files navigation

gbgtech.se

Join the chat at https://gitter.im/gbgtech/gbgtechWeb

What is this?

This is the website for gbgtech.se

Required

  • node
  • npm
  • running mongoDB server

How to run

  • npm install
  • npm run seed
    • for seeding th mongoDB
  • Copy /.env.template to .env and add keys(ask someone or fetch your own).
  • npm run start-dev
    • Starts live reload on frontend and backend.

Using

  • react
  • es6
  • babel
  • express
  • mongodb
  • webpack