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

Missing steps #4

Open
3 of 6 tasks
elliotBraem opened this issue Dec 5, 2023 · 1 comment
Open
3 of 6 tasks

Missing steps #4

elliotBraem opened this issue Dec 5, 2023 · 1 comment

Comments

@elliotBraem
Copy link
Collaborator

elliotBraem commented Dec 5, 2023

I've been using create-bos-app and then had to do the following steps:

➜  near create-bos-app tate
✔ What should we call your BOS application? … tate
All done, switch to the "tate" directory to get started.
Be the BOS!
➜  near cd tate
➜  tate ls
README.md    _gitignore   apps         package.json
➜  tate rm _gitignore
➜  tate code .
➜  tate npm install bos-workspace -D

Feedback

  "scripts": {
    "dev": "bos-workspace dev",
    "build": "bos-workspace build"
  },
"dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }

I really like the intro

Check out this issue I opened on bos-workspace, too

What do you think?

@elliotBraem
Copy link
Collaborator Author

Made a PR for fixes to package.json #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant