Giter VIP home page Giter VIP logo

omiqroo-front's Introduction

react-sass-airbnb

React-SASS-AirBnB is a project that provides you a boilerplate tool for React following the Airbnb's Javascript (ES6) Style Guide, and including some features that allows you to use SASS as your style tool in the app.

Features

  • Simple /dist/index.html loading bundle.js.
  • Starter /src/index.js for React.
  • Starter /src/_global.scss for style your app.
  • All code following Airbnb's Javascript (ES6) style guide.
  • Webpack dev server with automatic reloading. Just need to run $ npm start.
  • Deployment build with $ npm run build -p
  • Pre-commit script to prevent commit files that could break your app in production

Components

Getting start

Just run the following commands in your terminal to start coding

$ git clone https://github.com/yoniihdc/react-sass-airbnb
$ cd react-sass-airbnb
$ npm install
$ npm start

The last command automatically opens your browser and you can see your first react app running. In case you don't, you can manually go to http://localhost:3000.

Deployment

To create a build for production you need to build your current project with the following command:

$ npm run build -p

Then just copy all files inside /dist folder and put all of them in your server.

Contributing

This project is an initiative to make easier the way you create a react app, feel free to propose new things and changes that help us with this task, you can read our CONTRIBUTE.md for more information.

omiqroo-front's People

Contributors

imjpfeliciano avatar pablofer13 avatar

Watchers

Martín Javier Ayala Miranda 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.