Code Monkey home page Code Monkey logo

cypress-egghead-course's Introduction

Egghead Starter App

This application serves as a starting point for lots of my Egghead courses because it's a simple implementation of many modern web technologies.

What's in the box?

A modern full-stack framework intended to help you focus on the frontend part of learning to program:

  • Frontend:
    • React (for UI)
    • Redux (for state management)
    • react-scripts (for all the build processes you don't want to worry about -- webpack, babel, etc)
    • Redux Saga (for side-effect management)
  • Backend:
    • json-server (Manages all the nitty gritty of an API for us)

Plus, all you have to do to get started is:

npm install
bundle install
foreman start

cypress-egghead-course's People

Contributors

brettshollenberger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cypress-egghead-course's Issues

ENV vars not working on Windows

When encountering the following problem when running frontend e.g. on a windows machine:

'PORT' is not recognized as an internal or external command,
operable program or batch file.

Use cross-env as suggested here

    "frontend": "cross-env PORT=5000 REACT_APP_API_URL=http://localhost:3000 react-scripts start",

I'd be happy to create a PR for that but not sure about how you want to "distribute" it trough the different branches (course steps).

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.