GithubHelp home page GithubHelp logo

uni-learning-base's Introduction

uni-learning-base

Example Web App

Example web app based on this template: https://foo333-questions.web.app

First setup

Initialize Firebase

Create project under https://console.firebase.google.com/

Initialize node modules

Run "npm install"

Project name

Change all occurences of the name foo333 to the new project name in the following files:

  • .firebaserc
  • package-lock.json
  • package.json
  • public/index.html
  • public/manifest.json
  • src/components/app/App.tsx

Color

Run "cd src/style" Run "python calc-colors.py '#......'" with the desired main color in hex

Logo

Replace favicon.ico, logo192.png and logo512.png in /public

Deploy

Run "npm run build" Run "firebase deploy"

Workflow

  1. Set PRODCUTION in src/components/app/App.tsx to false
  2. Run "npm start"
  3. Add chapters, questions and corresponding pictures in /src/data
  4. Stop "npm start"
  5. Increment version number in src/components/app/App.tsx
  6. Set PRODCUTION in src/components/app/App.tsx to true
  7. Run "npm run build"
  8. Optional: Check run "firebase serve"
  9. Run "firebase deploy"

uni-learning-base's People

Contributors

nico-bohlinger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.