ricochetGobz / ricochet_test_pixisprite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My web app starter kit only with NPM script

Just a architecture to manage a web project with :

Inspiration

Commands :

  • npm install for installing dependencies.

  • npm start for starting the development with auto reloading.

  • npm run build for having a public/ production directory.

Details :

  • Babel for using ES6.

  • Budo for live reloading.

  • Style Guide :

Follow the AirBnb Javascript Style Guide with her Eslint. You can also follow her AirBnb React Style Guide

About


Languages

Language:JavaScript 52.7%Language:CSS 39.0%Language:HTML 8.2%