Giter Site home page Giter Site logo

jump-park-test's Introduction

Jump Park Test

A test made for the JumpPark company.

Online Demo (it won't get to connect to the API due to not enabled CORS):
Click here

Instructions to run locally:

In order to run the project locally, you have to have the following prerequisites installed in your machine:

  • Node.js
  • NPM

After that, follow the instructions:

  • Clone the project;
  • Run npm i to install the dependencies;
  • Run npm start to start the webpack server.

Info

It cointains:

General:

  • Webpack (3 config files set)
    • Img Loader
    • Font Loader
    • Alias: "~" == "./src/"
    • Auto bundle injection (html-webpack-plugin)
  • CSS Modules
  • Styled-components
  • SASS Ready
  • React
  • Axios
  • React Helmet
  • Sweet Alert

Development:

  • PropTypes
  • Classnames
  • Utility components
    • Favicon (just put your favicomatic (obsessive) files in the component images folder)
    • Metas (integrated with helmet, an easy way to define meta tags (for almost all social networks))
  • Development server: 0.0.0.0:8080
  • ESLint
    • React
    • Prettier
    • Custom rules
    • Airbnb extended
    • Extra stuff (check .eslintrc.js)
  • Prettier
  • Hot Module Replacement + React Hot Loader
  • Cheap Module Source Map
  • Blueprint Templates (VSCode)

Production:

  • CSS Auto prefix (production)
  • CSS Extract Plugin
  • UglifyJS
  • Image Minifier
  • Disabled temporarily: PurifyCSS (remove not used CSS (only global ones))
  • MinifyCSS

NPM Scripts

  • npm start: Start webpack development server (port 8080)
  • npm build: Make a build

jump-park-test's People

Contributors

kinark avatar

Watchers

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