7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
npx create-next-app@latest helloworld-js \
|
|
--no-eslint --use-yarn --js --no-tailwind
|