Giter VIP home page Giter VIP logo

heroku-test-2's Introduction

This is an attempt to deploy the react-express-babel app.. the following is from that readme

This living project is an example on how to get a React client, and a Node.js server to run.. This requires the running of both the client server and the api server "concurrently". Use the "dev" options to create a devoloper environment and the "production" option when ready to build the API code for production. The tools used in this project are React.js, Express.js, Babel-Register, Babel-CLI, Nodemon, Yarn and the Concurrently NPM package.

What is React? React is a declarative, efficient, and flexible JavaScript library for building user interfaces.

What is Express.js? Express is a light-weight web application framework to help organize your web application into an MVC architecture on the server side.

What is Babel ? Babel is a JavaScript transpiler that converts edge JavaScript into plain old ES5 JavaScript that can run in any browser (even the old ones).

What is Nodemon ? Nodemon is a utility that will monitor for any changes in your source and automatically restart your server.

What is Concurrently ? Allows you to run multiple commands concurrently.

Available Root Commands:

may substitute "yarn" for "npm run"

  • "npm run devServer" - runs API with Nodemon & Babel

  • "npm run server" - runs API with Node & Babel

  • "npm run clean" - removes the dist directory which is where compiled production code is stored

  • "npm run build" - removes dist, then recreates dist and places compiled code
  • "npm run dev" - runs API developement server & client server concurrently with nodemon & Babel

  • "npm run production" - compiles code in dist directory, runs production API server & client server concurrently with node

resources:

heroku-test-2's People

Contributors

jsdelivrbot avatar markhinojosa avatar

Watchers

 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.