1 line
16 KiB
JSON
1 line
16 KiB
JSON
|
{"ast":null,"code":"var _this = this,\n _jsxFileName = \"/Users/paolasanchez/Desktop/Pry4/Katoikia/katoikia-app/web-ui/sakai-react/src/components/Documentation.js\";\n\nimport React from 'react';\nimport { CodeHighlight } from './CodeHighlight';\n\nvar Documentation = function Documentation() {\n return /*#__PURE__*/React.createElement(\"div\", {\n className: \"grid\",\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 9\n }\n }, /*#__PURE__*/React.createElement(\"div\", {\n className: \"col-12\",\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 8,\n columnNumber: 13\n }\n }, /*#__PURE__*/React.createElement(\"div\", {\n className: \"card docs\",\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 9,\n columnNumber: 17\n }\n }, /*#__PURE__*/React.createElement(\"h4\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 21\n }\n }, \"Current Version\"), /*#__PURE__*/React.createElement(\"p\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 21\n }\n }, \"React 17.x and PrimeReact 7.x\"), /*#__PURE__*/React.createElement(\"h5\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 21\n }\n }, \"Getting Started\"), /*#__PURE__*/React.createElement(\"p\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 21\n }\n }, \"Sakai is an application template for React based on the popular \", /*#__PURE__*/React.createElement(\"a\", {\n href: \"https://github.com/facebook/create-react-app\",\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 88\n }\n }, \"create-react-app\"), \" that allows creating React apps with no configuration. To get started, clone the \", /*#__PURE__*/React.createElement(\"a\", {\n href: \"https://github.com/primefaces/sakai-react\",\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 15,\n columnNumber: 98\n }\n }, \"repository\"), \" from GitHub and install the dependencies with npm or yarn.\"), /*#__PURE__*/React.createElement(CodeHighlight, {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 1\n }\n }, \"\\n\\\"npm install\\\" or \\\"yarn\\\"\\n\"), /*#__PURE__*/React.createElement(\"p\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 21\n }\n }, \"Next step is running the application using the start script and navigate to \", /*#__PURE__*/React.createElement(\"b\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 100\n }\n }, \"http://localhost:3000/\"), \" to view the application. That is it, you may now start with the development of your application using the Sakai template.\"), /*#__PURE__*/React.createElement(CodeHighlight, {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 25,\n columnNumber: 1\n }\n }, \"\\n\\\"npm start\\\" or \\\"yarn start\\\"\\n\"), /*#__PURE__*/React.createElement(\"h5\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 31,\n columnNumber: 21\n }\n }, \"React Scripts\"), /*#__PURE__*/React.createElement(\"p\", {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 32,\n columnNumber: 21\n }\n }, \"Following commands are derived from create-app-app.\"), /*#__PURE__*/React.createElement(CodeHighlight, {\n __self: _this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 1\n }\n }, \"\\n\\\"npm start\\\" or \\\"yarn start\\\": Starts the development serv
|