International-Slackline-Association / Slackline-App

Collection of slackline tools and resources in an offline web app

Home Page:https://slackline.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slackline App

Collection of slackline tools and resources

Technical Overview:

  • Its PWA. Works offline with service workers and can be added to mobile devices as an application
  • Web app is built with React and Typescript
  • Its built on top of the react-boilerplate (Typescript version)

Getting Started

There are two environment: test and production. You should have either .env.test or .env.production file depending on the environment you want to run. Check .env.example file and fill it with the credentials and rename the file to the either of the environments mentioned above.

Running on local (dev environment)

Install dependencies

npm install

Start localhost

npm start

Web application is served at localhost:3000/

About

Collection of slackline tools and resources in an offline web app

https://slackline.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 81.2%Language:JavaScript 14.7%Language:HTML 3.4%Language:Shell 0.4%Language:CSS 0.3%