TrellixVulnTeam / stuliday_starter_9LWO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start package for Stuliday

This is the starting package for our first PHP/SQL project.

We are going to use Sass and Bulma for the interface. It's actually just so you have to keep learning even while doing stuff you already know.

Installation

First of all clone the repository (Or you can also just download it) and then :

npm install
npm start

What's included

The npm dependencies included in package.json are:

Apart from package.json, the following files are included:

  • .babelrc configuration file for Babel
  • _sass/main.scss a basic SCSS file that imports Bulma and explains how to customize your styles, and compiles to css/main.css
  • _javascript/main.js an ES6 JavaScript that compiles to lib/main.js

If you want to learn more, follow these links: Bulma homepage and Documentation.

About

License:MIT License


Languages

Language:CSS 81.5%Language:PHP 17.7%Language:HTML 0.4%Language:Hack 0.2%Language:SCSS 0.1%Language:JavaScript 0.1%