# clone the repo
$ git clone https://github.com/Hess-Gregory/fullhestack_cms.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm installCopy all your files to your project folder and then,
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm installThis project was bootstrapped with Create React App
see also: CRA docs
# dev server with hot reload at http://localhost:3000
$ npm startNavigate to http://localhost:3000. The app will automatically reload if you change any of the source files.
Run build to build the project. The build artifacts will be stored in the build/ directory.
# build for production with minification
$ npm run buildWithin the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
FULLHESTACK-CMS#v4.0.0
├── public/ #static files
│ └── index.html #html template
│
├── src/ #project root
│ ├── assets/ #assets - js icons object
│ ├── containers/ #container source - template layout
| │ ├── _nav.js #sidebar config
| │ └── ...
│ ├── scss/ #user scss/css source
│ ├── views/ #views source
│ ├── App.js
│ ├── App.test.js
│ ├── polyfill.js
│ ├── index.js
│ ├── routes.js #routes config
│ └── store.js #template state example
│
└── package.json
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under the Semantic Versioning guidelines.
See the Releases section of our project for changelogs for each release version.
copyright 2021 FULLHESTACK.
Code released under the MIT license. There is only one limitation you can't can’t re-distribute the FULLHESTACK as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell FULLHESTACK based templates.


