Skip to content

Suryansha/nerdtalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NerdTalk (Client)

The No-Nonsense Network: NerdTalk

Folder Structure

After creation, your project should look like this:

app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
    
  src/
    Components/
      Auth/

    Services/

    Reducers/

    Actions/
  
    App.css
    App.js
    index.css
    index.js
    firebaseConfig.js

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 react-router

About

The No-Nonsense Network: NerdTalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • Python 4.4%
  • HTML 2.4%
  • CSS 1.2%