Skip to content

bhawesh96/nerdtalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.8%
  • Python 4.0%
  • HTML 2.0%
  • CSS 1.2%