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
3. Voila: Go to https://your-github-username.github.io/Dexie.js/dexie-cloud-todo-app/ from your browser. This is a full installable PWA that you can add to your start screen on a mobile phone.
36
34
@@ -61,20 +59,20 @@ This command will create the file .env.local and configure it against the DB URL
61
59
You can equally well set the environment variable REACT_APP_DBURL manually to the URL of your
62
60
Dexie Cloud database.
63
61
64
-
### `pnpm start`
62
+
### `npm start`
65
63
66
64
Runs the app in the development mode.\
67
65
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
68
66
69
67
The page will reload if you make edits.\
70
68
You will also see any lint errors in the console.
71
69
72
-
### `pnpm test`
70
+
### `npm test`
73
71
74
72
Launches the test runner in the interactive watch mode.\
75
73
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
76
74
77
-
### `pnpm build`
75
+
### `npm run build`
78
76
79
77
Builds the app for production to the `build` folder.\
80
78
It correctly bundles React in production mode and optimizes the build for the best performance.
@@ -84,11 +82,11 @@ Your app is ready to be deployed!
84
82
85
83
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
86
84
87
-
### `pnpm run deploy`
85
+
### `npm run deploy`
88
86
89
87
Deploys the built app to gh-pages branch of this github repository under the folder /dexie-cloud-todo-app/.
90
88
91
-
### `pnpm run eject`
89
+
### `npm run eject`
92
90
93
91
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
0 commit comments