Coder Social home page Coder Social logo

react-assessment's Introduction

React Assessment

Prerequisites

  1. Install nvm:
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
    
  2. Ensure nvm is installed:
    nvm --version
    
  3. Install node:
    nvm install node
    
  4. Ensure node is installed:
    nvm use node
    

This is a simple client created using ReactJS in (ECMAScript 6) using babel.

How to Run It

You can run the application from command line or using an IDE.

Running from Command Line

  1. Make sure you are inside the react-assessment folder.

  2. First you will need to install the npm dependencies:

    npm install
    
  3. Run tests:

    npm test
    
  4. Run using npm:

    npm start
    
  5. Your client will be available on port 8082. Go to http://127.0.0.1:8082/ to test it.

  6. You can stop the client using Ctrl + C. If you need to use the console for something else, you should open a new terminal tab or window.

react-assessment's People

Contributors

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