GithubHelp home page GithubHelp logo

client's Introduction

Client

Summary....

Demo

Images and link to demo

Install

$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install

Configure app

???

Start & watch

$ npm start:dev

Simple build for production

$ npm run build

Project Structure

 ├── .babelrc
 ├── babel.config.js
 ├── jest.config.js
 └── dist
 │   └── index.html
 │   ├──
 │   ├──
 │   └──
 ├── server
 │   └── index.js
 └── webpack.config.js
    └── src
        ├── assets
        │   └── images
        ├── components
        │   ├──
        │   ├──
        │   ├──
        │   ├──
        │   ├──
        │   ├──
        ├── template
        │   └── index.ejs
        ├── utils
        │   └── api.js
        └── App.jsx

Top level index.js is your Express Server. This should be responsible for setting up your API, starting your server, and connecting to your database.

Inside /db you have index.js which is responsible for creating all of your database connection functions, and init_db.js which should be run when you need to rebuild your tables and seed data.

Inside /routes you have index.js which is responsible for building the apiRouter, which is attached in the express server. This will build all routes that your React application will use to send/receive data via JSON.

Lastly /public and /src are the two puzzle pieces for your React front-end. /public contains any static files necessary for your front-end. This can include images, a favicon, and most importantly the index.html that is the root of your React application.

Languages & tools

HTML

CSS

  • list any frameworks...

React

  • React is used for UI.
  • React Router is used for routing.
  • list any other component libraries

Jest

client's People

Contributors

frankstepanski avatar nestar6 avatar svrchi avatar alderacres avatar

Stargazers

Eric Saldivar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.