https://github.com/ajaymathur/client-manage-poc
https://github.com/ajaymathur/client-manage-poc
chai enzyme font-awesome karma mocha react scss sinon
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaymathur/client-manage-poc
- Owner: ajaymathur
- Created: 2017-07-09T11:10:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T02:42:00.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T07:44:38.270Z (3 months ago)
- Topics: chai, enzyme, font-awesome, karma, mocha, react, scss, sinon
- Language: JavaScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
To start:
clone to project in local:
`git clone https://github.com/ajaymathur/client-manage-poc.git`
then install all the dependencies:
`yarn` or `npm install`
to start dev server:
`yarn run start` or `npm run start`
to run the test suite:
`yarn run test` or `npm run test`
built using:
react
scss
font-awesome
karma
mocha
sinon
chai
enzymeapplication structure:
__dirname/`app` -> application code
__dirname/`app/app.js` -> starting application file
__diename/`app/route.js` -> all the routes are here
__dirname/`app/stub` -> stubs used in application
__dirname/`app/header` -> header of the application
__dirname/`app/menu` -> stack menu code
__dirname/`app/components` -> all the common components