Code Monkey home page Code Monkey logo

lttable's Introduction

Welcome to my League Table project

This project displays the league table standings of Superliga Seasons teams.


Prerequisites

You can try running this app at your own node version that you have. If not, you can try installing node version 6.3.0 at the following link https://nodejs.org/en/blog/release/v6.3.0/ as I build this application on it, on the site scroll to below until you find the installer respective to the OS.


Running this App

Go to the main project directory and do

cd server

Inside "server" directory do

npm install
npm start

than click at the http://localhost:8000 you should see my application running. :) installation won't take long as you're only installing an 'express module' because the files(js, css, images) are already bundle into a single JS file


Running the unit test

Go to the main project directory and do

npm install
npm test

You should be able to see the unit test execution in cmd or terminal installation will take time as it has to install all the required dependecies stated at package.json file in main directory


Code

The development code(React,Redux, SASS) is place at "src" folder whereas the unit tests(enzyme) are place at "test" folder. The development code is compress into a single JS file(app.min.js) at "dist" directory using the beauty of webpack :) so that it can be served at the express server. Most of my files prefix name starts with 'LT' or 'lt', it stands for League Table.

lttable's People

Contributors

jasdevproject12 avatar

Watchers

James Cloos avatar Jasdev Sidhu 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.