Code Monkey home page Code Monkey logo

robo_betty_alpha's Introduction

robo_betty_alpha

How to install

  1. npm install -g gulp bower foreman
  2. make sure you are in the robo_betty_alpha repo dir
  3. npm install

You will need a .env file. Ask team leads about this

  1. the .env file will go in the root directory of the app
  2. it will be used to store server configurations
  3. This .env file should never be pushed to github

How to run frontend portion only

  1. gulp frontend

This will launch a server that will host your angular app. This server will solely serve your angular files. This will not run our backend. This server will also be updated when you changed one of the source files.

How to run backend portion only

  1. gulp clean
  2. nf start web

This will only start up the backend. You can use this to quickly test API routes.

How To run entire app with our backend

  1. gulp build
  2. nf start web

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.