Skip to content

hiro-kiri/ninjin

Repository files navigation

Ninjin

Abstract

This is simple website skeleton. You can launch simple website quickly.

How to use

  1. Install npm packages
npm install

You will see node_modules directory.

  1. Build
npm run build

You can see build files under dist directory. Then, access dist/index.html with your browser.

For development

Monitor file change

npm watch

Automatically build src files.

About

Simple website app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published