Skip to content
On this page

fresh-remix-app-vercel

Fresh Remix app, with TypeScript, preconfigured with Vercel deployment config, automatically generated everyday with yarn create remix

Result

Time spent1m 8s
Disk usage314 MB
pwuser@factory:/workspace$ yarn create remix fresh-app
yarn create v1.22.19
[1/4] Resolving packages...
warning create-remix > @remix-run/dev > cacache > @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
warning create-remix > @remix-run/dev > @esbuild-plugins/node-modules-polyfill > rollup-plugin-node-polyfills > rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
warning create-remix > @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
warning create-remix > @remix-run/dev > @esbuild-plugins/node-modules-polyfill > rollup-plugin-node-polyfills > rollup-plugin-inject > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
warning create-remix > @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning create-remix > @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning create-remix > @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "create-remix > @remix-run/dev > @remix-run/server-runtime@1.8.2" has unmet peer dependency "react@>=16.8".
warning "create-remix > @remix-run/dev > @remix-run/server-runtime@1.8.2" has unmet peer dependency "react-dom@>=16.8".
warning "create-remix > @remix-run/dev > @remix-run/server-runtime > react-router-dom@6.3.0" has unmet peer dependency "react@>=16.8".
warning "create-remix > @remix-run/dev > @remix-run/server-runtime > react-router-dom@6.3.0" has unmet peer dependency "react-dom@>=16.8".
warning "create-remix > @remix-run/dev > @remix-run/server-runtime > react-router-dom > react-router@6.3.0" has unmet peer dependency "react@>=16.8".
[4/4] Building fresh packages...
success Installed "create-remix@1.8.2" with binaries:
      - create-remix
? What type of app do you want to create? Just the basics
? Where do you want to deploy? Choose Remix App Server if you're unsure; it's easy to change deployment targets. Vercel
? TypeScript or JavaScript? TypeScript
? Do you want me to run `yarn install`? Yes
yarn install v1.22.19
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
warning @remix-run/dev > cacache > @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
warning @remix-run/dev > @esbuild-plugins/node-modules-polyfill > rollup-plugin-node-polyfills > rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
warning @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
warning @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
warning @remix-run/dev > jscodeshift > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning @remix-run/dev > @esbuild-plugins/node-modules-polyfill > rollup-plugin-node-polyfills > rollup-plugin-inject > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
success Saved lockfile.
Done in 33.40s.
💿 That's it! `cd` into "/workspace/fresh-app" and check the README for development and deploy instructions!
Done in 57.49s.
pwuser@factory:/workspace$ cd /workspace/fresh-app
pwuser@factory:/workspace/fresh-app$ /opt/factory/bin/screenshot 'yarn dev' 3000 || true; echo 'Finished taking screenshot.'
+ start-test 'yarn dev' :3000 'cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:3000 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:3000 /workspace/screenshot.png)'
1: starting server using command "yarn dev"
and when url "[ 'http://localhost:3000' ]" is responding with HTTP status code 200
running tests using command "cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:3000 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:3000 /workspace/screenshot.png)"

yarn run v1.22.19
$ remix dev
Remix App Server started at http://localhost:3000 (http://172.17.0.3:3000)
HEAD / 200 - - 43.291 ms
Navigating to http://localhost:3000
GET / 200 - - 6.197 ms
Capturing screenshot into /workspace/screenshot.png
Navigating to http://localhost:3000
GET / 200 - - 4.256 ms
Waiting for timeout 4096...
Capturing screenshot into /workspace/screenshot.png
Finished taking screenshot.
pwuser@factory:/workspace/fresh-app$ exit
exitBD

Screenshot

Screenshot