Skip to content

progreon/psr-router-pwa

Repository files navigation

PSR Router

A web application for routing Pokemon SpeedRuns

Description

My App description

Getting Started

Dependencies

  • npm
  • yarn

Installing

Clone the repo and run yarn

$ git clone https://github.com/progreon/psr-router-pwa.git psr-router-pwa && cd psr-router-pwa
$ yarn

Scripts

For each of these scripts you can add :dev or :prod to run these for development or production:

$ yarn <script>[:dev|:prod] [options]

Serving

default: dev

$ yarn serve --open

Mainly used during development, rebuilds automatically on each save and the browser will refresh automatically. NOTE: if a service worker is active, you'll have to refresh again manually for the new cached modules to be loaded

Building

default: prod

$ yarn build

Executing

default: prod

$ yarn start -o

Profiling

default: prod

$ yarn build:profile

This command will generate stats.json, which you can upload here or here to visualize the sizes of each package.

Other

To see a list of all the available scripts you can run this command and select a script to run:

$ yarn run

If you want to run a specific script, run:

$ yarn [run] <script>

Development

Add dependencies

$ yarn add <package...> [-D]

See here for more documentation.

Help

If any issues with installing and/or running, look at the documentations of npm, webpack or polymer and/or contact me.

Authors

Progreon

Version History

No releases yet!

License

This project is licensed under the ISC License - see the LICENSE.md file for details

Acknowledgments