Skip to content

herereadthis/ninian

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Ninian

Install

# You will need webpack and webpack-dev-server installed globally
npm install webpack webpack-dev-server -g

git clone https://github.com/herereadthis/ninian.git
cd ninian

# Install dependencies
npm install

Dev

Will run webpack-dev-server on http://localhost:8090/

# Development
npm run dev

Build

Creates the distributable optimized files on /dist folder

# Build
npm run build
# build is in dist folder
cd dist
# Will run static site on http://localhost:8092/
python -m SimpleHTTPServer 8092

About

static website for herereadthis.com webpack + less + ES6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published