This is a starter repo for anyone looking to build a dApp over the bootcamp. The aim of this repo is to help you accelerate your time and focus entirely on building your project instead of sitting and configuring a base repository for hours.
Clone the project
git clone https://github.com/web3tbilisi/bootcampStarter.gitGo to the project directory
cd bootcampStarterInstall dependencies
npm install --forceStart the server
npm startSave any sensitive crendentials you need in as a variable in the .env file at the root of your project. Once saved, these can be referred to across your webapp in the following manner:
process.env.VARIABLE
See anything missing or would like to add more? Well, Contributions are always welcome! Use Github Issues for opening contribution ideas and adhere to the Github Terms and Conditions during the entire process.
For support, just reach out to any of the Technical Team members at the bootcamp. You can also choose to make a quick stop at StackOverflow, GitHub Discussions, GitHub Issues and all the other nitty gritty solution spots you know of.