Skip to content

ortexx/akili-example

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 

akili-example

Example site to show how you might organize you application using Akili framework.

The example shows a simple site's structure, but all the most necessary things are touched to build a powerful single page application.

Getting Started

To run develop mode, http server without server rendering, build webpack with watching

npm start

To run develop mode, http server with server rendering, build webpack with watching

npm run dev-render

To run production mode, http server with server-side rendering, build webpack with minification

npm run prod

To build webpack for developing

npm run build

To build webpack for production

npm run prod-build

To run http server without server-side rendering

npm run server

To run http server with server-side rendering

npm run server-render

To run eslint

npm run eslint

Links

About

Example site structure for Akili framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published