Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Origami Start

This project gives you a starting point for creating an Origami project.

To clone and run this repository, you'll need Git and Node.js (which comes with npm) installed on your computer.

From your command line:

# Clone this repository
$ git clone https://github.com/WebOrigami/origami-start
# Go into the repository
$ cd origami-start
# Install dependencies
$ npm install
# Run the app
$ npm start

This will start the Origami server on a local port; open the displayed URL to see "Hello!"

In Origami, building a project is just copying it to local files:

$ npm run build

This will create a build folder containing index.html (and any other files you define for your site).

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors