bhawesh96 / nerdtalk

The No-Nonsense Network: NerdTalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NerdTalk

The No-Nonsense Network: NerdTalk

Live - https://bhawesh96.github.io/nerdtalk

Folder Structure

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

Get started

Clone the repo and do npm install

Available Scripts

npm start : Runs the app in the development mode on port 3000

npm run build : Builds the app for production to the build folder

Installing a Dependency

You may install other dependencies with npm:

npm install --save <package_name>

About

The No-Nonsense Network: NerdTalk


Languages

Language:JavaScript 92.8%Language:Python 4.0%Language:HTML 2.0%Language:CSS 1.2%