Skip to content

marcomontilla/nexter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.com/marcomontilla

Nexter

This repo contains the source code for the front-end for Nexter, to see the live demo go here - Nexter

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start with the following:

> git clone https://github.com/marcomontilla/nexter.git
> cd nexter
> yarn install
> yarn run build:css
> google-chrome index.html

Not Familiar with Git?

Then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> yarn install
> yarn run build:css
> google-chrome index.html

Scripts

  • watch:sass -> Compile all SASS Code to CSS and keeps watching modifications
  • devserver -> Runs on localhost:8080
  • start -> Runs on localhost:8080 and keeps watching modifications
  • compile:sass -> Compile all SASS Code to CSS
  • prefix:css -> Adds the CSS prefixes
  • compress:css -> Minify the CSS file
  • build:css -> Production Build