1.3.0 • Published 5 years ago

@smallwins/begin-starter-app v1.3.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

The Begin starter app

The app/ directory contains the default app provisioned with new Begin apps. 🌈

(Everything in root is meta only!)

Working with the app

To work with the app, cd into app/ and run npm i && npx hydrate.

To reduce app provisioning time for initial onboarding, for the time being all logic within the starter app should be confined to the src/http/get-index function.

Begin itself relies on the starter app's version field being set to 0.0.0, so any version updates should take place in the root package.json file. app/package.json should always be set to version 0.0.0.

Minimize mutatation of the starter app during provisioning by Begin: do not add anything anywhere within app/** that isn't absolutely necessary!

1.3.0

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago