create-supertokens-app is based on create-react-ap...
# general
t
create-supertokens-app is based on create-react-app right?
r
what do you mean by based on?
it doens't use create react app internally
t
I used it to create an app. After I built the frontend react app using "npm run build" it provides some urls directing to create-react-app github
r
huh.. can i see the output?
t
The bundle size is significantly larger than recommended. Consider reducing it with code splitting: https://goo.gl/9VhYWB You can also analyze the project dependencies: https://goo.gl/LeUzfb The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json. The build folder is ready to be deployed. You may serve it with a static server: npm install -g serve serve -s build Find out more about deployment here: https://cra.link/deployment
r
can i see a screenshot?
t
It could be my additions to the projects
I merged another node.js project to this one
r
hmm. Not sure.
t
But the app i merged wasn't not a react app..
screenshot of what exactly?
r
the place where you see the above text
t
r
you can ignore these.
and yea, a lot of it is from your project
t
react-scripts This package includes scripts and configuration used by Create React App. create-supertokens-app is using this package,
So that answers to my guestion. I just wanted to know if the urls are correct to find info about how to build the app I created with create-supertokens-app.
r
those URLs have nothing to do with
create-supertokens-app
the app generated from
create-supertokens-app
works as is. You can modify it however you like.
4 Views