An open API service indexing awesome lists of open source software.

https://github.com/sebastian-naicker/blackswandata-app

Built using novus v1
https://github.com/sebastian-naicker/blackswandata-app

Last synced: 3 months ago
JSON representation

Built using novus v1

Awesome Lists containing this project

README

        

# GitHub Explorer App
This app is built using my own custom framework, Novus

The reason for also implementing the app in this form, was to demonstrate my overall understanding of a real world style react app, in terms of code structure, build process, file management, advanced sass/scss management, crazy over the top factories and much more.

It also demonstrates my understanding of setup/configuration, redux, webpack and overall FE architecture, where I always strive to take everyday tedious processes and simplify them.

Please note: This framework is still a work in progress, and may not be the final production build, but as it stands it is very close :)

Hope you enjoy!

## The Boring stuff
To run the app, simply type `npm start` in your command line interface of choice.
To build a production version of the app type `npm run release` - this will create a dist folder that is static and ready for deployment.
There are a few other npm scripts that you can look at in the `package.json` file.