To start using React version, you need to follow next steps:
- Install latest node.js: https://nodejs.org
- Unzip downloaded template and open
/rootui-react/
folder - Install node modules by running terminal command
npm install
- Start development using
npm run start
- For build production files use
npm run build
dev
and production
tasks will build files to /build/
folder.
React version is based on Create React App, this may be helpful for your further development.