Requirments:
- node
Instalation notes:
- clone project:
git clone https://github.com/ionghitun/react-start-app.git
- go to project directory:
cd react-start-app
- run
npm install
- create folders
images
andfonts
insrc/resources
if they aren't there yet - copy
constants.example.js
toconstants.js
and edit to match your environment -
- run
npm run dev
- for development -
- run
npm run prod
- point a webserver to
/public
folder - for production
- run
- run