Code Monkey home page Code Monkey logo

task_scheduling_application's Introduction

Task Scheduling Fullstack Application built using Node, ReactJs and Express

Task scheduling fullstack application build React, Node.js, Express and Webpack. Project is also configured with webpack-dev-server, eslint, prettier and babel.

Development mode

The development mode we has 2 servers running. The front end code will be served by the [webpack dev server] which helps with hot and live reloading. The server side Express code will be served by a node server using [nodemon] which helps in automatically restarting the server whenever server side code is edited. I am using [Concurrently] to run the webpack dev server and the backend node server concurrently in the development environment

Production mode

In the production mode, we have only 1 server running. The client side code will be bundled into static files using webpack and served by the Node.js

Quick Start

# Clone the repository
git clone https://github.com/jef777/Task_scheduling_application

# Go inside the directory
cd Task_scheduling_application

# Install dependencies
 npm i
 cd server && npm run i
 cd client && npm run i


# Start full development server && client
npm run dev-env

# Build for front-end / client production
cd client && npm run build

# Build for backend-end / Server production
cd server && npm run start

task_scheduling_application's People

Contributors

jef777 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.