.. | ||
deploy | ||
pm2 | ||
public | ||
react | ||
sass | ||
scripts | ||
src | ||
views | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.gitlab-ci.yml | ||
gulpfile.js | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
test.js |
Dyno-Web
Web server for Dyno
How to build the relevant asset files:
React
- go to the /react dir
- run
npm install
oryarn
to get the dependencies - run
npm run build:prod
oryarn build:prod
to build a production optimized version of the react component - You should now find some js files in
/public/js/react/