0.0.1 • Published 9 years ago
semantic-jsx v0.0.1
Tech stack:
Dependencies
This application requires Node.js and NPM.
npm installTo perform a clean install, in which the project is returned to a pre-built state with fresh dependencies installed, run:
npm run cleanDevelopment
Run the application in development mode:
npm startView the development application at http://localhost:8743.
Build
npm run buildRunning tests
Unit tests
Unit tests are written in ES6 with Mocha and Chai, with code coverage generated by Istanbul.
Tests are written using assert syntax and React Test Utils.
Run unit tests with:
npm testDocker
Building the Image
docker build -t style-guide .Running the Image
docker run -p 8104:8104 -d style-guide0.0.1
9 years ago