7
Day 22 of #100daysofcode
(mastodon.social)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
@80avin I know about netlify and stuff bro, but can't figure out how to launch on netlify a React website.
I have hosted websites, check it out here--> https://github.com/0xSaksham
https://docs.netlify.com/configure-builds/overview/?#basic-build-settings
You just need to configure your build command and most likely your publish directory. Netlify honestly makes it really easy.
The build command is whatever you’d type in your terminal to compile your react app, and the publish directory is wherever your build command creates your static assets.
@jvisick @0xsaksham
The command you need is:
$ npm uninstall react
😂
@chovekoid @jvisick bruh 😂
@0xsaksham @jvisick
unironically 😂
@0xsaksham @jvisick
then also uninstall typescript and you're good to go 😉
@jvisick I'll try thanks 🙏