Skip to content

oseam/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

oseam Frontend.

Here you will find all the info on how to get the server up & running.

Install

npm install --global gulp
npm install

Build LESS Files

gulp

Run

npm start

User-Only Features

Encapsulate your code with this IF statement to only allow access to logged in users

if(localStorage.token) {
  your code
}

About

oseam Frontend, Written in JADE & Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published