Skip to content

WebOrigami/origami-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published