0.0.1 • Published 7 years ago
bardog-frontend v0.0.1
Bardog - Frontend
Getting Started
This is the Frontend project for BarDog. To setup the development environment follow the steps below:
Prerequisites and installation
- The project is based in the React Slingshot project. Therefore in order to install the project, please complete its Initial Machine Setup.
- To install the dependencies, run:
npm install
Directories structure
The main directories are:
src
- source filescomponents
- UI generic components, like Buttons, Tablepages
- View pages, like Audit, Vendors, etcstate
- State modules, like Audits, User and Business
NPM Scripts
setup
- runs a node script to install the projectstart
- starts the dev environmentbuild
- builds the project for productiondocs:build
- builds the documentation
Configuring the DOCS
ESDocs
- The Styleguidist generates the general docs.
- The configuration is in the ./esdoc.json file.
Styleguidist
- The Styleguidist generates the Components docs.
- The configuration is in the ./styleguide.config.js file.
References
Generic
- Return functions - Simplyfing arrow functions
- Sublime Text Comment Snippets
0.0.1
7 years ago