Giter Site home page Giter Site logo

cra-template-fullstack-pro's Introduction

CRA Fullstack Pro Template

A custom CRA template for fullstack React apps.

GitHub npm Depfu

Installation and Setup

To get started with this CRA template, do the following:

  1. Run npx create-react-app <project-name> --template cra-template-fullstack-pro
  2. cd into the project directory and you're all good to go!

Dependencies Included

  • Backend Dependencies (express, body-parser, cors, path)
  • Frontend Dependencies (redux, react-redux, redux-thunk, bootstrap)
  • Dev Dependencies (jest, nodemon, concurrently)
  • General purpose (axios, dotenv, fs)

Run Scripts Included

  • start (Starts up the web-server for Heroku deployment)
  • client (Starts the client side)
  • server (Starts up the server-side)
  • dev (Uses concurrently to start both the server and client side at the same time for fullstack development)
  • test (Runs jest to complete all test cases)
  • heroku-postbuild (Builds the client-side for Heroku to serve up)

Folder Structure

<project-name>
│ └───public
│     │   ... 
│ └───server 
│     └───config
│     └───controllers
│     └───models
│     └───routes
│     └───services
│     │   index.js
│     │   package.json
│ └───src
│     └───assets
│     └───components
│     └───containers
│     └───redux
│     │   index.js
│   package.json
│   LICENSE
│   README.md

About

The CRA-Fullstack-Pro template was built by Harshith Latchupatula.

cra-template-fullstack-pro's People

Contributors

harshithl1777 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

tomholford

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.