Skip to content
/ nopea Public

Boilerplate to get quickly up and running with prototyping and frontend work.

Notifications You must be signed in to change notification settings

hoksa/nopea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nopea

Boilerplate to get quickly up and running with prototyping frontend work.

Be quick about it

Install

  1. Download the package or clone the repository:

    git clone git@github.com:hoksa/nopea.git
    
  2. Install dependencies:

    yarn
    

Usage

To start developing run:

gulp

This will start a development server that will listen to any files and automatically refresh the browser.

CSS

This boilerplate is barebones by design, however it does come with postcss-preset-env included. The plugin allows you to use the latest CSS syntax safely, for example automatic vendor prefixing and storing commonly used values to variables, and much more.

For more information check the plugin website.

Important! Make sure you write and/or include your styles in src/precss/styles.css. This is the source file the processors use for compiling.

About

Boilerplate to get quickly up and running with prototyping and frontend work.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published