Giter Club home page Giter Club logo

pagebone's Introduction

pagebone

๐Ÿ”ฅ ๐Ÿ“ฆ A minimal Boilerplate to create new projects using Parcel, beside another technologies such as SASS and ES6 with Babel

This project uses Parcel with SASS and Babel to transpile es6+ to es5

Maybe you want to read about them:

Installation

First of all, install the dependencies to run this project.

# Clone this repository
$ git clone https://github.com/jrstylle/pagebone.git
$ cd pagebone

# install dependencies
$ npm install

With the commands above, you have everything to start.

โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ scripts/
โ”‚   โ”‚   โ””โ”€โ”€ index.js
โ”‚   โ”œโ”€โ”€ styles/
โ”‚   โ”‚   โ””โ”€โ”€ index.scss
โ”œโ”€โ”€ .babelrc
โ”œโ”€โ”€ .editorconfig
โ”œโ”€โ”€ .eslintrc
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ index.html
โ”œโ”€โ”€ package.json

Those folders and file may change during the project development.

Code Standards

This project uses ESlint and .editorconfig is defined to have indent_size of 2 spaces.

Tasks

npm start: run the Parcel to initialize a local server and watch for changes in the files

npm build: run the Parcel to generate build package

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.