Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - Available Scripts > Update scaffold command and update output #57

Closed
theangchen opened this issue Sep 3, 2024 · 0 comments · Fixed by #59
Closed

Docs - Available Scripts > Update scaffold command and update output #57

theangchen opened this issue Sep 3, 2024 · 0 comments · Fixed by #59
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@theangchen
Copy link
Collaborator

theangchen commented Sep 3, 2024

On Available Scripts

Update command to scaffold project to the same as Getting started or link to getting started

npx @nmfs-radfish/create-radfish-app my-app

Output should be:

├── babel.config.js
├── index.html
├── mocks
│   ├── browser.js
│   └── handlers.js
├── node_modules/
├── package-lock.json
├── package.json
├── public
│   ├── icons
│   ├── manifest.json
│   ├── mockServiceWorker.js
│   ├── noaafavicon.png
│   └── robots.txt
├── src
│   ├── App.jsx
│   ├── index.css
│   ├── index.jsx
│   ├── pages
│   ├── service-worker.js
│   └── styles
└── vite.config.js
@theangchen theangchen converted this from a draft issue Sep 3, 2024
@theangchen theangchen self-assigned this Sep 3, 2024
@theangchen theangchen added the documentation Improvements or additions to documentation label Sep 3, 2024
@theangchen theangchen moved this from Todo to In Progress in RADFish Project Board Sep 4, 2024
@theangchen theangchen linked a pull request Sep 4, 2024 that will close this issue
@theangchen theangchen moved this from In Progress to Needs Review in RADFish Project Board Sep 4, 2024
@theangchen theangchen moved this from Needs Review to Done in RADFish Project Board Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant