Skip to content

misscs/polisClientAdmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate Test Coverage

Polis Admin Console

Configuration

Install the NVM following the instructions: NVM Installation Guide.

Them run the commands below to install the correct Node.JS version and the application dependencies.

$ nvm install 6.2.0
$ npm install

Common Problems

If you having troubles with npm dependencies try run the commands below:

$ npm cache clear
$ npm install

Running Application

$ nvm use 6.2.0
$ npm start

Running Tests

We use the Jest Testing Framework.

$ npm test

Icons from the Noun Project

  • Checklist by David Courey from the Noun Project
  • AI by mungang kim from the Noun Project
  • Science by Akriti Bhusal from the Noun Project
  • Success File by Ben Davis from the Noun Project

Collections to look into

Want to contribute to this project? See the Contribution Guide for more informations.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • HTML 14.6%