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
- Host: GitHub
- URL: https://github.com/sebastian-naicker/blackswandata-app
- Owner: sebastian-naicker
- License: apache-2.0
- Created: 2020-01-28T14:29:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T13:14:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T10:22:13.098Z (5 months ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Explorer App
This app is built using my own custom framework, NovusThe 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.