neo-framework / neo
Skeleton application for Neo Framework projects.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 1
Open Issues: 5
Type:project
Requires
- neo-framework/neo-core: dev-master
This package is auto-updated.
Last update: 2022-01-18 22:37:24 UTC
README
Skeleton application for Neo Framework projects. 🎋
Getting Started
Let's begin our journey by creating a new project using Composer.
composer create-project neo-framework/neo AwesomeBlog
This magic command will create a directory called AwesomeBlog
, then proceed to fetch all necessary packages and give you a ready to deploy skeleton application that displays a hello world page.
You can test it right away using Caddy by running
caddy
inside the AwesomeBlog
directory and visiting http://localhost:4000
in your favorite browser.
Documentation
Here you go.
Dev
- Clone and install everything.
echo 'git clone git@github.com:neo-framework/neo'{,-core,-plugins,-framework.github.io}';' '(cd neo'{,-core,-plugins}'&&composer install);' | bash
- Run test suite inside repository.
composer test
License
Neo Framework is open-sourced software licensed under the MIT license.