GithubHelp home page GithubHelp logo

spotaroom's Introduction

Spotaroom

A sample app made with React.

Installation

  1. Clone this repo using git clone https://github.com/apehead/spotaroom.git
  2. Run yarn install or npm install to install dependencies

Commands

Development

npm run start

Starts the development server and makes your application accessible at localhost:3000. Tunnels that server with ngrok, which means the website accessible anywhere.

Port

To change the port the app is accessible at pass the --port option to the command with --. E.g. to make the app visible at localhost:5000, run the following: npm start -- --port 5000

Unit testing

npm run test

Tests the application with the unit tests specified in the *test.js files throughout the application.

Browsers

To choose the browser to run the unit tests in (Chrome by default), run one of the following commands:

Firefox
npm run test:firefox
Safari
npm run test:safari
Internet Explorer
npm run test:ie

Watching

npm run test:watch

Watches changes in the application and reruns tests whenever a file changes.

Linting

npm run lint

Lints the code.

About the project

This project is based on the react-boilerplate (my favorite React boilerplate out there) that enforces best practices.

In addition to React, in this project I have also used:

Some of these tools have been used to learn and have fun, but not because of real application needs. The idea was to show an interesting application ready for production.

This project is under development.

spotaroom's People

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.