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)
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.
Install dependencies
npm install
Start localhost
npm start
Web application is served at localhost:3000/