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?
I've been using create-bos-app and then had to do the following steps:
Feedback
I really like the intro
Check out this issue I opened on bos-workspace, too
What do you think?