The No-Nonsense Network: NerdTalk
Live - https://bhawesh96.github.io/nerdtalk
After cloning the repo, your project should look like this:
app/
public/
index.html
favicon.ico
build/
src/
Components/
Auth/
Home/
Services/
Reducers/
Actions/
App.css
App.js
index.css
index.js
firebaseConfig.js
store.js
README.md
node_modules/
package.json
Clone the repo and do npm install
npm start
: Runs the app in the development mode on port 3000
npm run build
: Builds the app for production to the build
folder
You may install other dependencies with npm
:
npm install --save <package_name>