Skip to content

Boilerplate Template for building a App using Aerial-Sphere Api

Notifications You must be signed in to change notification settings

Phatsuo/as-hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AS Hackathon

Settings up Your Hackathon Demo

To build a local repo for the Hackthon first clone the repo in the root folder for your project

git clone https://github.com/phatphauxe/as-hackathon.git

Once you have the repo cloned be sure to run

npm install

If you are ready to test your build first ensure you are pointed to the right location

Local Setup

Open your local asn and run the following commands in your asn project directory

nx serve experience-360-server

nx serve experience-360-api-viewer

Once these two items are running you should be good to call in your AS-Hackathon project directory

npm start

If everything goes to plan your project should be running at on your dev address dev.

Hosted Setup

Head over to Firebase and follow the steps to setup a new project.

NOTE: Do not use your work account to set up the project Once complete within your project directory run

npm install -g firebase-tools

Login to the google account used to create the firebase project with

firebase login

Initialize your firebase setup

firebase init

Follow the set up steps found HERE if needed to setup the project.

Once the project is setup with firebase you can get it deployed.

npm run build

firebase deploy

Once deployed you can go to the logged url to view your hosted site.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

Boilerplate Template for building a App using Aerial-Sphere Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.9%
  • HTML 21.1%
  • SCSS 3.5%
  • CSS 1.5%