Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-Ether Web App

Introduction

Open in Gitpod

Using gitpod and github will make our work on this app much easier. I suggest you install the Gitpod chrome extension

How do I see what we are working on?

To start the server and view the page we are working on you wil need to use the console. All you need to do is run these two commands to see the page

cd app
http-server

To stop or restart the server hit ctrl + c on the console. You will need to do this when you want to see the changes you made.

Everything that we will be working is in the app/public folder. Here you will find your index.html, app.js, styles.css and anything else that is used in the final product.

About

This project is By Brandon, Will, Daniel, and Malek

This is change, that will made

Notes on gitpod (Backend stuff)

The first thing you should know is the .gitpod.yml will run all the commands listed when the computer starts

NOTE: In order to save space in the .gitpod.yml file we will simply execute a bash script --> gitpod-init.sh For everything that can't be installed in a bash script we will add it to the .gitpod.yml

Our packages that we install won't be needed in github so we will also be sure to automaticly add them into the .gitignore file in the install scripts

Packages

For development we will use the npm packge http-server. It will serve files out of the app/public directory. To start the server just run these commands

cd app
http-server

Package List

node http-server

About

T-Ether is an app about local community. With this app you will be able to make geographical virtual objects and collect them

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages