- React JavaScript library for building user interfaces
- Semantic UI React React javascript user interface library
- Run:
npm installto install the dependencies
- Run:
npm run startto run the app
- Run:
npm run buildto build the app
- React.js
- React Router
- Netlify
- Uniregistry
-
src-
index.js: configures the whole React + Router + Redux -
App.js: sets the routes forpages -
styles: all global styles*.css
-
templates: wrapspagescomponents*.js: usually formatted asLayout*
-
pages: containslargecomponents*.js
-
large: containsmediumcomponents*.js
-
medium: containssmallcomponents*.js
-
small: contains primitive DOM components*.js
-
Install yarn with npm
npm install -g yarn
yarn installCreate .env file that contains:
REACT_APP_API_URL=http://localhost:3000
REACT_APP_JWT_SECRET=myjwtsecretThis .env can be changed in production as well.
npm startAlso run the backend API
npm startnpm buildnode => react => react-scripts => react-app-rewired
GitHub => Netlify
npm deploy



