You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a pristine boilerplate with recommended settings for a new browser application. It is intended to
4
+
be forked and used as a starting point for new applications. Any tweaks to configuration can then be pulled from upstream if required.
5
+
6
+
This template uses Vite to manage building and configuring the application. You can read more about Vite here: https://vitejs.dev/guide/
7
+
8
+
### How do I get set up? ###
9
+
10
+
* Fork the repository
11
+
* Run 'yarn dev' to run the project in your new repo.
12
+
* From that point on you may build out the application you need.
13
+
14
+
### Contribution guidelines ###
15
+
16
+
* Ensure any changes are very targeted and do not affect the boilerplate too much. (Consider the impact on other projects that may be using this boilerplate.)
0 commit comments