Skip to content

a1abilities/fme_system

Repository files navigation

Documentation

https://gist.github.com/yoavniran/c78a0991e0152b306c25

https://github.com/react-boilerplate/react-boilerplate/blob/master/app/containers/App/index.js

https://www.robinwieruch.de/react-hooks-fetch-data/

https://jasonwatmore.com/post/2019/02/01/react-role-based-authorization-tutorial-with-example https://auth0.com/blog/role-based-access-control-rbac-and-react-apps/ https://www.netlify.com/blog/2019/01/31/restrict-access-to-your-sites-with-role-based-redirects/

https://docs.microsoft.com/en-us/azure/sql-database/saas-tenancy-app-design-patterns

Webapp Was Built In:

  • ReactJS
  • Redux
  • Webpack 4
  • Babel 7
  • React Material UI
  • Bootstrap 4
  • SCSS, CSS Support
  • HMR
  • Code Splitting with React.lazy & React.Suspense
  • Code Formatter (Prettier)
  • Eslint configured extended with Airbnb style guide & support for prettier
  • Jest & Enzyme Configured
  • Automatically lint & format code, when committing it. [Husky/Lint-Staged]

Tutorials

Things I did while setting up the boiler plate for this code base, I wrote it all down in a series of articles

Deploying a Node Instance On Linux Server Using PM2

How to start on PM2 [This is specific if you serve your files on a linux server where a NodeJS application is deployed as a server serving the .js files

 npm i
 node_modules/.bin/webpack --config webpack.prod.config.js --colors --progress
 node server
 PORT=8082 pm2 start server --name "app-name-to-deploy"

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages