Giter Club home page Giter Club logo

lessonplan's Introduction

Lesson plan

Lesson plan app writen in JavaScript + React.

Live demo

Live demo is avaiable on https://lesson-plan-js.herokuapp.com/.

Getting Started

These instructions will start app in development mode

Prerequisites

  1. Install current version of NodeJS
  2. App uses MySql database. Install MySql database on your local machine or use one on online server. Specify address and credentials in app-server/src/config.js file or use enviromental variables to set it.

Running

Install all dependencsies using

npm install --prefix ./app-client && npm install --prefix ./app-server

For development purposes we want to have feedback from both server and client sides.

Run these commands in separate terminal windows

cd app-client && npm run start-dev
cd app-server && npm run start-watch

If there is no errors your app should be up on http://localhost:8080 and server on http://localhost:3000

Production

If you want to deploy this app use following commands.

npm run postinstall
npm run build
npm start

Now app should be running on http://localhost:3000.

You can specify port on which app is running using enviromental PORT variable.

Note

App is still in development and currently lacks a lot of functionalities.

lessonplan's People

Contributors

dependabot[bot] avatar marmor157 avatar

Watchers

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