This repo contains the source code for the front-end for Nexter, to see the live demo go here - Nexter
There are two methods for getting started with this repo.
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
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
- 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