Code Monkey home page Code Monkey logo

carer's Introduction

to build project there is two methods.

to host site and view application instantly: 
1) visit: https://carer-51f94.firebaseapp.com
2) or take /dist folder and host using any hosting platform such as firebase, github pages, godaddy, etc.

to view localhost of site and source code
1) download Angular CLI such as visual studio code
2) download node JS
3) download npm package manager

step 1) install all of above
step 2) navigate through node js/angular command line to top level directory "carer" where this README is located
step 3) run command "ng s"
step 4) if any dependencies i.e. node modules are missing on local machine... run npm install NAMEOFMISSINGMODULE i.e. "npm install chart.js"

format of files 

/src: contains all code for application that is custom
/src/app: contains all components and shared information
/src/app/components: contains all components i.e. journal page including sub level components in each sub folder
/src/app/components/"component": contains all source code for a particular component of the app.
/src/app/shared/services: contains all services
/src/app/shared/guards: contains application guards
/src/app/shared/classes: contains all shared classes.

/src/enviroments: contains environment.ts file with firebase intialisation

further information:

if a new firebase back-end is needed
simply create a project in firebase console and replace environments.ts file with new information. app is self-creating so should function on a new database.

carer's People

Contributors

tommendham 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.